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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=39",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 40,
    "results": [
        {
            "start": 816008610,
            "stop": 816011873
        },
        {
            "start": 816011876,
            "stop": 816015284
        },
        {
            "start": 816015395,
            "stop": 816021930
        },
        {
            "start": 816021990,
            "stop": 816027013
        },
        {
            "start": 816034772,
            "stop": 816034998
        },
        {
            "start": 816035015,
            "stop": 816035490
        },
        {
            "start": 816035550,
            "stop": 816035738
        },
        {
            "start": 816035755,
            "stop": 816035896
        },
        {
            "start": 816035913,
            "stop": 816036127
        },
        {
            "start": 816036144,
            "stop": 816036544
        },
        {
            "start": 816036561,
            "stop": 816036843
        },
        {
            "start": 816036860,
            "stop": 816037138
        },
        {
            "start": 816037155,
            "stop": 816037519
        },
        {
            "start": 816039940,
            "stop": 816040082
        },
        {
            "start": 816052114,
            "stop": 816052490
        },
        {
            "start": 816052507,
            "stop": 816052638
        },
        {
            "start": 816052655,
            "stop": 816053019
        },
        {
            "start": 816053036,
            "stop": 816055237
        },
        {
            "start": 816055238,
            "stop": 816067078
        },
        {
            "start": 816067081,
            "stop": 816068749
        }
    ]
}