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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8775",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8776,
    "results": [
        {
            "start": 872279792,
            "stop": 872279874
        },
        {
            "start": 872279891,
            "stop": 872280139
        },
        {
            "start": 872280156,
            "stop": 872280824
        },
        {
            "start": 872280843,
            "stop": 872280974
        },
        {
            "start": 872289672,
            "stop": 872289701
        },
        {
            "start": 872289719,
            "stop": 872289760
        },
        {
            "start": 872289778,
            "stop": 872289891
        },
        {
            "start": 872289909,
            "stop": 872289976
        },
        {
            "start": 872289993,
            "stop": 872290175
        },
        {
            "start": 872290192,
            "stop": 872290228
        },
        {
            "start": 872290245,
            "stop": 872290424
        },
        {
            "start": 872290441,
            "stop": 872290505
        },
        {
            "start": 872290522,
            "stop": 872290735
        },
        {
            "start": 872290753,
            "stop": 872291970
        },
        {
            "start": 872291989,
            "stop": 872291999
        },
        {
            "start": 872292019,
            "stop": 872292749
        },
        {
            "start": 872292766,
            "stop": 872293976
        },
        {
            "start": 872293993,
            "stop": 872293999
        },
        {
            "start": 872294018,
            "stop": 872295769
        },
        {
            "start": 872295789,
            "stop": 872296031
        }
    ]
}