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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=21",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 22,
    "results": [
        {
            "start": 1261074588,
            "stop": 1261079675
        },
        {
            "start": 1261079676,
            "stop": 1261080139
        },
        {
            "start": 1261080140,
            "stop": 1261087984
        },
        {
            "start": 1261088031,
            "stop": 1261098576
        },
        {
            "start": 1261098577,
            "stop": 1261107449
        },
        {
            "start": 1261107450,
            "stop": 1261139463
        },
        {
            "start": 1261142925,
            "stop": 1261151580
        },
        {
            "start": 1261151700,
            "stop": 1261151760
        },
        {
            "start": 1261151880,
            "stop": 1261151940
        },
        {
            "start": 1261160474,
            "stop": 1261162553
        },
        {
            "start": 1261162554,
            "stop": 1261164467
        },
        {
            "start": 1261164468,
            "stop": 1261164511
        },
        {
            "start": 1261181249,
            "stop": 1261212253
        },
        {
            "start": 1261212254,
            "stop": 1261232550
        },
        {
            "start": 1261232551,
            "stop": 1261241600
        },
        {
            "start": 1261242145,
            "stop": 1261242303
        },
        {
            "start": 1261243755,
            "stop": 1261250375
        },
        {
            "start": 1261266023,
            "stop": 1261269052
        },
        {
            "start": 1261269124,
            "stop": 1261277417
        },
        {
            "start": 1261277418,
            "stop": 1261280590
        }
    ]
}