Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7428
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7429",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7427",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7428,
    "results": [
        {
            "start": 969973988,
            "stop": 969974299
        },
        {
            "start": 969974305,
            "stop": 969974319
        },
        {
            "start": 969974387,
            "stop": 969974427
        },
        {
            "start": 969974433,
            "stop": 969974775
        },
        {
            "start": 969974778,
            "stop": 969974917
        },
        {
            "start": 969974920,
            "stop": 969975080
        },
        {
            "start": 969975083,
            "stop": 969975228
        },
        {
            "start": 969975231,
            "stop": 969975403
        },
        {
            "start": 969975406,
            "stop": 969975407
        },
        {
            "start": 969975527,
            "stop": 969975528
        },
        {
            "start": 969975531,
            "stop": 969975594
        },
        {
            "start": 969975597,
            "stop": 969975743
        },
        {
            "start": 969975746,
            "stop": 969975936
        },
        {
            "start": 969975939,
            "stop": 969975950
        },
        {
            "start": 969975953,
            "stop": 969975968
        },
        {
            "start": 969975971,
            "stop": 969975973
        },
        {
            "start": 969975976,
            "stop": 969975985
        },
        {
            "start": 969975988,
            "stop": 969976239
        },
        {
            "start": 969976359,
            "stop": 969976377
        },
        {
            "start": 969976380,
            "stop": 969976399
        }
    ]
}