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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=19",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 20,
    "results": [
        {
            "start": 817244374,
            "stop": 817265935
        },
        {
            "start": 817265936,
            "stop": 817281063
        },
        {
            "start": 817281075,
            "stop": 817290331
        },
        {
            "start": 817290343,
            "stop": 817315241
        },
        {
            "start": 817334320,
            "stop": 817340755
        },
        {
            "start": 817341661,
            "stop": 817347048
        },
        {
            "start": 817348088,
            "stop": 817386871
        },
        {
            "start": 817386872,
            "stop": 817400679
        },
        {
            "start": 817403612,
            "stop": 817407765
        },
        {
            "start": 817407766,
            "stop": 817416622
        },
        {
            "start": 817416623,
            "stop": 817423386
        },
        {
            "start": 817423853,
            "stop": 817426280
        },
        {
            "start": 817426623,
            "stop": 817442434
        },
        {
            "start": 817443516,
            "stop": 817447644
        },
        {
            "start": 817460989,
            "stop": 817488889
        },
        {
            "start": 817491299,
            "stop": 817504513
        },
        {
            "start": 817507859,
            "stop": 817508387
        },
        {
            "start": 817509065,
            "stop": 817515053
        },
        {
            "start": 817515054,
            "stop": 817565083
        },
        {
            "start": 817566792,
            "stop": 817574850
        }
    ]
}