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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=236",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 237,
    "results": [
        {
            "start": 1187646285,
            "stop": 1187646289
        },
        {
            "start": 1187646291,
            "stop": 1187646325
        },
        {
            "start": 1187646326,
            "stop": 1187646336
        },
        {
            "start": 1187646337,
            "stop": 1187646353
        },
        {
            "start": 1187646355,
            "stop": 1187646359
        },
        {
            "start": 1187646360,
            "stop": 1187646419
        },
        {
            "start": 1187646420,
            "stop": 1187646438
        },
        {
            "start": 1187646439,
            "stop": 1187646450
        },
        {
            "start": 1187646451,
            "stop": 1187646488
        },
        {
            "start": 1187646489,
            "stop": 1187646499
        },
        {
            "start": 1187646500,
            "stop": 1187646511
        },
        {
            "start": 1187646513,
            "stop": 1187646517
        },
        {
            "start": 1187646520,
            "stop": 1187646521
        },
        {
            "start": 1187646522,
            "stop": 1187646531
        },
        {
            "start": 1187646532,
            "stop": 1187646564
        },
        {
            "start": 1187646566,
            "stop": 1187646568
        },
        {
            "start": 1187646571,
            "stop": 1187646575
        },
        {
            "start": 1187646577,
            "stop": 1187646579
        },
        {
            "start": 1187646581,
            "stop": 1187646596
        },
        {
            "start": 1187646597,
            "stop": 1187646598
        }
    ]
}