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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=139",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 140,
    "results": [
        {
            "start": 1131166255,
            "stop": 1131166276
        },
        {
            "start": 1131166277,
            "stop": 1131166300
        },
        {
            "start": 1131166301,
            "stop": 1131166306
        },
        {
            "start": 1131166307,
            "stop": 1131166311
        },
        {
            "start": 1131166312,
            "stop": 1131166338
        },
        {
            "start": 1131166339,
            "stop": 1131166349
        },
        {
            "start": 1131166350,
            "stop": 1131166353
        },
        {
            "start": 1131166354,
            "stop": 1131166372
        },
        {
            "start": 1131166373,
            "stop": 1131166389
        },
        {
            "start": 1131166390,
            "stop": 1131166405
        },
        {
            "start": 1131166406,
            "stop": 1131166448
        },
        {
            "start": 1131166449,
            "stop": 1131166529
        },
        {
            "start": 1131166530,
            "stop": 1131166546
        },
        {
            "start": 1131166547,
            "stop": 1131166563
        },
        {
            "start": 1131166564,
            "stop": 1131166587
        },
        {
            "start": 1131166588,
            "stop": 1131166596
        },
        {
            "start": 1131166597,
            "stop": 1131166598
        },
        {
            "start": 1131166600,
            "stop": 1131166616
        },
        {
            "start": 1131166617,
            "stop": 1131166618
        },
        {
            "start": 1131166619,
            "stop": 1131166620
        }
    ]
}