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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=445",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 446,
    "results": [
        {
            "start": 827233713,
            "stop": 827233715
        },
        {
            "start": 827233767,
            "stop": 827233772
        },
        {
            "start": 827233803,
            "stop": 827233815
        },
        {
            "start": 827233827,
            "stop": 827233838
        },
        {
            "start": 827233860,
            "stop": 827233891
        },
        {
            "start": 827233895,
            "stop": 827233933
        },
        {
            "start": 827233937,
            "stop": 827233948
        },
        {
            "start": 827233956,
            "stop": 827233976
        },
        {
            "start": 827233985,
            "stop": 827233989
        },
        {
            "start": 827233996,
            "stop": 827234039
        },
        {
            "start": 827234043,
            "stop": 827234124
        },
        {
            "start": 827234138,
            "stop": 827234144
        },
        {
            "start": 827234162,
            "stop": 827234173
        },
        {
            "start": 827234181,
            "stop": 827234197
        },
        {
            "start": 827234219,
            "stop": 827234221
        },
        {
            "start": 827234230,
            "stop": 827234235
        },
        {
            "start": 827234244,
            "stop": 827234259
        },
        {
            "start": 827234268,
            "stop": 827234279
        },
        {
            "start": 827234287,
            "stop": 827234327
        },
        {
            "start": 827234331,
            "stop": 827234356
        }
    ]
}