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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=303",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 304,
    "results": [
        {
            "start": 822589793,
            "stop": 822589822
        },
        {
            "start": 822589853,
            "stop": 822589869
        },
        {
            "start": 822589876,
            "stop": 822589888
        },
        {
            "start": 822589915,
            "stop": 822590016
        },
        {
            "start": 822590021,
            "stop": 822590145
        },
        {
            "start": 822590150,
            "stop": 822590635
        },
        {
            "start": 822590642,
            "stop": 822590676
        },
        {
            "start": 822590681,
            "stop": 822597777
        },
        {
            "start": 822598414,
            "stop": 822600081
        },
        {
            "start": 822600339,
            "stop": 822616781
        },
        {
            "start": 822617758,
            "stop": 822617838
        },
        {
            "start": 822617849,
            "stop": 822629323
        },
        {
            "start": 822631661,
            "stop": 822644816
        },
        {
            "start": 822646216,
            "stop": 822646682
        },
        {
            "start": 822646689,
            "stop": 822646726
        },
        {
            "start": 822646731,
            "stop": 822646772
        },
        {
            "start": 822648107,
            "stop": 822656468
        },
        {
            "start": 822883666,
            "stop": 822890152
        },
        {
            "start": 822890159,
            "stop": 822892866
        },
        {
            "start": 822892873,
            "stop": 822893460
        }
    ]
}