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/H2_CBCLOW_CAT4/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=102",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 103,
    "results": [
        {
            "start": 817405405,
            "stop": 817405945
        },
        {
            "start": 817405952,
            "stop": 817406927
        },
        {
            "start": 817406934,
            "stop": 817407765
        },
        {
            "start": 817407766,
            "stop": 817410629
        },
        {
            "start": 817410636,
            "stop": 817416622
        },
        {
            "start": 817416623,
            "stop": 817419171
        },
        {
            "start": 817419178,
            "stop": 817421103
        },
        {
            "start": 817421110,
            "stop": 817423333
        },
        {
            "start": 817423853,
            "stop": 817425740
        },
        {
            "start": 817426002,
            "stop": 817426135
        },
        {
            "start": 817426623,
            "stop": 817428451
        },
        {
            "start": 817428458,
            "stop": 817431057
        },
        {
            "start": 817431080,
            "stop": 817437600
        },
        {
            "start": 817437603,
            "stop": 817440417
        },
        {
            "start": 817440469,
            "stop": 817442413
        },
        {
            "start": 817443516,
            "stop": 817447633
        },
        {
            "start": 817447642,
            "stop": 817447644
        },
        {
            "start": 817460989,
            "stop": 817462843
        },
        {
            "start": 817463084,
            "stop": 817477279
        },
        {
            "start": 817477283,
            "stop": 817485275
        }
    ]
}