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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=59",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 60,
    "results": [
        {
            "start": 823048874,
            "stop": 823079723
        },
        {
            "start": 823079841,
            "stop": 823080389
        },
        {
            "start": 823162541,
            "stop": 823162950
        },
        {
            "start": 823167164,
            "stop": 823177929
        },
        {
            "start": 823178003,
            "stop": 823188421
        },
        {
            "start": 823190504,
            "stop": 823191316
        },
        {
            "start": 823192689,
            "stop": 823193345
        },
        {
            "start": 823195679,
            "stop": 823201104
        },
        {
            "start": 823201168,
            "stop": 823205248
        },
        {
            "start": 823205697,
            "stop": 823209520
        },
        {
            "start": 823209584,
            "stop": 823223136
        },
        {
            "start": 823225641,
            "stop": 823235410
        },
        {
            "start": 823235467,
            "stop": 823240826
        },
        {
            "start": 823243120,
            "stop": 823243901
        },
        {
            "start": 823248158,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823273960
        },
        {
            "start": 823274402,
            "stop": 823277661
        },
        {
            "start": 823279064,
            "stop": 823280243
        },
        {
            "start": 823281109,
            "stop": 823282943
        },
        {
            "start": 823328161,
            "stop": 823336860
        }
    ]
}