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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=111",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 112,
    "results": [
        {
            "start": 931540421,
            "stop": 931540422
        },
        {
            "start": 931540465,
            "stop": 931540469
        },
        {
            "start": 931572684,
            "stop": 931572765
        },
        {
            "start": 931572783,
            "stop": 931572784
        },
        {
            "start": 931572790,
            "stop": 931572804
        },
        {
            "start": 931572815,
            "stop": 931572901
        },
        {
            "start": 931572907,
            "stop": 931572910
        },
        {
            "start": 931572950,
            "stop": 931573070
        },
        {
            "start": 931573096,
            "stop": 931573098
        },
        {
            "start": 931573112,
            "stop": 931573126
        },
        {
            "start": 931573142,
            "stop": 931573211
        },
        {
            "start": 931573222,
            "stop": 931573236
        },
        {
            "start": 931573242,
            "stop": 931573243
        },
        {
            "start": 931573251,
            "stop": 931573264
        },
        {
            "start": 931573270,
            "stop": 931573308
        },
        {
            "start": 931573313,
            "stop": 931573328
        },
        {
            "start": 931573334,
            "stop": 931573381
        },
        {
            "start": 931573387,
            "stop": 931573408
        },
        {
            "start": 931573416,
            "stop": 931573421
        },
        {
            "start": 931573426,
            "stop": 931573433
        }
    ]
}