Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=211
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=210",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 211,
    "results": [
        {
            "start": 933105556,
            "stop": 933105655
        },
        {
            "start": 933105674,
            "stop": 933105899
        },
        {
            "start": 933105904,
            "stop": 933106017
        },
        {
            "start": 933106018,
            "stop": 933106054
        },
        {
            "start": 933106055,
            "stop": 933106617
        },
        {
            "start": 933106622,
            "stop": 933108308
        },
        {
            "start": 933108309,
            "stop": 933108444
        },
        {
            "start": 933108514,
            "stop": 933108524
        },
        {
            "start": 933108560,
            "stop": 933108562
        },
        {
            "start": 933108596,
            "stop": 933108673
        },
        {
            "start": 933108724,
            "stop": 933108726
        },
        {
            "start": 933108765,
            "stop": 933108772
        },
        {
            "start": 933108790,
            "stop": 933108797
        },
        {
            "start": 933108817,
            "stop": 933109212
        },
        {
            "start": 933109213,
            "stop": 933109214
        },
        {
            "start": 933109286,
            "stop": 933109352
        },
        {
            "start": 933109372,
            "stop": 933109457
        },
        {
            "start": 933109540,
            "stop": 933109547
        },
        {
            "start": 933109566,
            "stop": 933109854
        },
        {
            "start": 933109873,
            "stop": 933109877
        }
    ]
}