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=9944
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=9945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9943",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9944,
    "results": [
        {
            "start": 871202010,
            "stop": 871202044
        },
        {
            "start": 871202061,
            "stop": 871207308
        },
        {
            "start": 871207325,
            "stop": 871210245
        },
        {
            "start": 871210262,
            "stop": 871210800
        },
        {
            "start": 871210860,
            "stop": 871211100
        },
        {
            "start": 871211160,
            "stop": 871211340
        },
        {
            "start": 871211400,
            "stop": 871211640
        },
        {
            "start": 871211700,
            "stop": 871211872
        },
        {
            "start": 871211889,
            "stop": 871212000
        },
        {
            "start": 871212720,
            "stop": 871214484
        },
        {
            "start": 871214501,
            "stop": 871218015
        },
        {
            "start": 871218049,
            "stop": 871218089
        },
        {
            "start": 871218108,
            "stop": 871218175
        },
        {
            "start": 871218211,
            "stop": 871218260
        },
        {
            "start": 871218296,
            "stop": 871218321
        },
        {
            "start": 871218357,
            "stop": 871218401
        },
        {
            "start": 871218418,
            "stop": 871218442
        },
        {
            "start": 871218478,
            "stop": 871218711
        },
        {
            "start": 871218728,
            "stop": 871218784
        },
        {
            "start": 871218812,
            "stop": 871220730
        }
    ]
}