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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=25",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 26,
    "results": [
        {
            "start": 1261729682,
            "stop": 1261760689
        },
        {
            "start": 1261760690,
            "stop": 1261765487
        },
        {
            "start": 1261765488,
            "stop": 1261766786
        },
        {
            "start": 1261766787,
            "stop": 1261767091
        },
        {
            "start": 1261767092,
            "stop": 1261769455
        },
        {
            "start": 1261769456,
            "stop": 1261781393
        },
        {
            "start": 1261781394,
            "stop": 1261790140
        },
        {
            "start": 1261790141,
            "stop": 1261801931
        },
        {
            "start": 1261801932,
            "stop": 1261839200
        },
        {
            "start": 1261839202,
            "stop": 1261839204
        },
        {
            "start": 1261839205,
            "stop": 1261848138
        },
        {
            "start": 1261854659,
            "stop": 1261859271
        },
        {
            "start": 1261859291,
            "stop": 1261873170
        },
        {
            "start": 1261873171,
            "stop": 1261880193
        },
        {
            "start": 1261880196,
            "stop": 1261880205
        },
        {
            "start": 1261880207,
            "stop": 1261881183
        },
        {
            "start": 1261881184,
            "stop": 1261884550
        },
        {
            "start": 1261884551,
            "stop": 1261886022
        },
        {
            "start": 1261886023,
            "stop": 1261893632
        },
        {
            "start": 1261893633,
            "stop": 1261894113
        }
    ]
}