Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=142
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=141",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 142,
    "results": [
        {
            "start": 1177085147,
            "stop": 1177087004
        },
        {
            "start": 1177087005,
            "stop": 1177087014
        },
        {
            "start": 1177087017,
            "stop": 1177087731
        },
        {
            "start": 1177087733,
            "stop": 1177087743
        },
        {
            "start": 1177087745,
            "stop": 1177088452
        },
        {
            "start": 1177088455,
            "stop": 1177092785
        },
        {
            "start": 1177092793,
            "stop": 1177092797
        },
        {
            "start": 1177092800,
            "stop": 1177092802
        },
        {
            "start": 1177092804,
            "stop": 1177092813
        },
        {
            "start": 1177092815,
            "stop": 1177095060
        },
        {
            "start": 1177095062,
            "stop": 1177095070
        },
        {
            "start": 1177095074,
            "stop": 1177105787
        },
        {
            "start": 1177123638,
            "stop": 1177164045
        },
        {
            "start": 1177182452,
            "stop": 1177183150
        },
        {
            "start": 1177198948,
            "stop": 1177200200
        },
        {
            "start": 1177209928,
            "stop": 1177223289
        },
        {
            "start": 1177225927,
            "stop": 1177251961
        },
        {
            "start": 1177251964,
            "stop": 1177251973
        },
        {
            "start": 1177251977,
            "stop": 1177252879
        },
        {
            "start": 1177252883,
            "stop": 1177252889
        }
    ]
}