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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=170",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 171,
    "results": [
        {
            "start": 820057294,
            "stop": 820057398
        },
        {
            "start": 820057528,
            "stop": 820060517
        },
        {
            "start": 820060835,
            "stop": 820060967
        },
        {
            "start": 820061096,
            "stop": 820062973
        },
        {
            "start": 820063430,
            "stop": 820063441
        },
        {
            "start": 820063671,
            "stop": 820063794
        },
        {
            "start": 820064008,
            "stop": 820070739
        },
        {
            "start": 820070746,
            "stop": 820072681
        },
        {
            "start": 820072688,
            "stop": 820076219
        },
        {
            "start": 820076226,
            "stop": 820078755
        },
        {
            "start": 820078762,
            "stop": 820081484
        },
        {
            "start": 820081491,
            "stop": 820082179
        },
        {
            "start": 820082187,
            "stop": 820083638
        },
        {
            "start": 820083646,
            "stop": 820085284
        },
        {
            "start": 820085291,
            "stop": 820085952
        },
        {
            "start": 820085959,
            "stop": 820086106
        },
        {
            "start": 820086119,
            "stop": 820087092
        },
        {
            "start": 820088293,
            "stop": 820088316
        },
        {
            "start": 820088594,
            "stop": 820090523
        },
        {
            "start": 820090530,
            "stop": 820093455
        }
    ]
}