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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9873",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9874,
    "results": [
        {
            "start": 870720376,
            "stop": 870720734
        },
        {
            "start": 870720768,
            "stop": 870721607
        },
        {
            "start": 870723773,
            "stop": 870725910
        },
        {
            "start": 870726750,
            "stop": 870726990
        },
        {
            "start": 870727024,
            "stop": 870727059
        },
        {
            "start": 870727445,
            "stop": 870727837
        },
        {
            "start": 870729922,
            "stop": 870729930
        },
        {
            "start": 870730061,
            "stop": 870730075
        },
        {
            "start": 870730119,
            "stop": 870730170
        },
        {
            "start": 870730204,
            "stop": 870730207
        },
        {
            "start": 870730256,
            "stop": 870730411
        },
        {
            "start": 870730445,
            "stop": 870730481
        },
        {
            "start": 870730515,
            "stop": 870730630
        },
        {
            "start": 870730666,
            "stop": 870732646
        },
        {
            "start": 870732680,
            "stop": 870732713
        },
        {
            "start": 870732750,
            "stop": 870735287
        },
        {
            "start": 870737225,
            "stop": 870737452
        },
        {
            "start": 870737486,
            "stop": 870737496
        },
        {
            "start": 870737530,
            "stop": 870743130
        },
        {
            "start": 870743970,
            "stop": 870749635
        }
    ]
}