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=9890
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=9891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9889",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9890,
    "results": [
        {
            "start": 870872460,
            "stop": 870872496
        },
        {
            "start": 870872544,
            "stop": 870872547
        },
        {
            "start": 870872554,
            "stop": 870872584
        },
        {
            "start": 870872614,
            "stop": 870872637
        },
        {
            "start": 870872645,
            "stop": 870872670
        },
        {
            "start": 870872720,
            "stop": 870872724
        },
        {
            "start": 870872739,
            "stop": 870872762
        },
        {
            "start": 870872769,
            "stop": 870872782
        },
        {
            "start": 870872816,
            "stop": 870872874
        },
        {
            "start": 870872882,
            "stop": 870872890
        },
        {
            "start": 870872966,
            "stop": 870873000
        },
        {
            "start": 870873060,
            "stop": 870873067
        },
        {
            "start": 870873111,
            "stop": 870873120
        },
        {
            "start": 870873149,
            "stop": 870873176
        },
        {
            "start": 870873216,
            "stop": 870873224
        },
        {
            "start": 870873258,
            "stop": 870873260
        },
        {
            "start": 870873268,
            "stop": 870873291
        },
        {
            "start": 870873420,
            "stop": 870873427
        },
        {
            "start": 870873435,
            "stop": 870873442
        },
        {
            "start": 870873458,
            "stop": 870873459
        }
    ]
}