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=9972
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=9973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9971",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9972,
    "results": [
        {
            "start": 871931340,
            "stop": 871931362
        },
        {
            "start": 871931551,
            "stop": 871931718
        },
        {
            "start": 871931811,
            "stop": 871931881
        },
        {
            "start": 871931915,
            "stop": 871931940
        },
        {
            "start": 871932000,
            "stop": 871932060
        },
        {
            "start": 871932248,
            "stop": 871932271
        },
        {
            "start": 871932336,
            "stop": 871932348
        },
        {
            "start": 871932794,
            "stop": 871932823
        },
        {
            "start": 871932857,
            "stop": 871932960
        },
        {
            "start": 871933080,
            "stop": 871933140
        },
        {
            "start": 871933260,
            "stop": 871933320
        },
        {
            "start": 871933380,
            "stop": 871933620
        },
        {
            "start": 871933680,
            "stop": 871933740
        },
        {
            "start": 871933800,
            "stop": 871933860
        },
        {
            "start": 871933920,
            "stop": 871933980
        },
        {
            "start": 871934220,
            "stop": 871934287
        },
        {
            "start": 871934321,
            "stop": 871934340
        },
        {
            "start": 871934460,
            "stop": 871934580
        },
        {
            "start": 871934640,
            "stop": 871934681
        },
        {
            "start": 871934955,
            "stop": 871935060
        }
    ]
}