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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5201",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5202,
    "results": [
        {
            "start": 969931938,
            "stop": 969931961
        },
        {
            "start": 969931965,
            "stop": 969931971
        },
        {
            "start": 969931974,
            "stop": 969932000
        },
        {
            "start": 969932003,
            "stop": 969932021
        },
        {
            "start": 969932024,
            "stop": 969932175
        },
        {
            "start": 969932181,
            "stop": 969932182
        },
        {
            "start": 969935766,
            "stop": 969935889
        },
        {
            "start": 969935892,
            "stop": 969936199
        },
        {
            "start": 969936217,
            "stop": 969936258
        },
        {
            "start": 969938509,
            "stop": 969938551
        },
        {
            "start": 969938554,
            "stop": 969938597
        },
        {
            "start": 969938600,
            "stop": 969938835
        },
        {
            "start": 969938838,
            "stop": 969939022
        },
        {
            "start": 969939025,
            "stop": 969939131
        },
        {
            "start": 969939148,
            "stop": 969939183
        },
        {
            "start": 969940229,
            "stop": 969940459
        },
        {
            "start": 969940462,
            "stop": 969940549
        },
        {
            "start": 969940552,
            "stop": 969940778
        },
        {
            "start": 969942006,
            "stop": 969942200
        },
        {
            "start": 969942203,
            "stop": 969942345
        }
    ]
}