Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=17",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 18,
    "results": [
        {
            "start": 816275346,
            "stop": 816275348
        },
        {
            "start": 816276259,
            "stop": 816276260
        },
        {
            "start": 816304200,
            "stop": 816304242
        },
        {
            "start": 816304272,
            "stop": 816304369
        },
        {
            "start": 816304440,
            "stop": 816304477
        },
        {
            "start": 816304500,
            "stop": 816304506
        },
        {
            "start": 816304620,
            "stop": 816304737
        },
        {
            "start": 816304800,
            "stop": 816304920
        },
        {
            "start": 816305040,
            "stop": 816305066
        },
        {
            "start": 816305086,
            "stop": 816305168
        },
        {
            "start": 816305190,
            "stop": 816305199
        },
        {
            "start": 816305245,
            "stop": 816305353
        },
        {
            "start": 816307710,
            "stop": 816308786
        },
        {
            "start": 816310655,
            "stop": 816311272
        },
        {
            "start": 816311276,
            "stop": 816311388
        },
        {
            "start": 816311986,
            "stop": 816312038
        },
        {
            "start": 816312058,
            "stop": 816312134
        },
        {
            "start": 816312259,
            "stop": 816312330
        },
        {
            "start": 816312353,
            "stop": 816313058
        },
        {
            "start": 816313075,
            "stop": 816313347
        }
    ]
}