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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8788",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8789,
    "results": [
        {
            "start": 873604092,
            "stop": 873606671
        },
        {
            "start": 873606688,
            "stop": 873613777
        },
        {
            "start": 873613897,
            "stop": 873616250
        },
        {
            "start": 873616330,
            "stop": 873616378
        },
        {
            "start": 873616395,
            "stop": 873617896
        },
        {
            "start": 873618657,
            "stop": 873620526
        },
        {
            "start": 873620646,
            "stop": 873623495
        },
        {
            "start": 873623512,
            "stop": 873627644
        },
        {
            "start": 873627825,
            "stop": 873631504
        },
        {
            "start": 873650307,
            "stop": 873650451
        },
        {
            "start": 873650880,
            "stop": 873651110
        },
        {
            "start": 873651240,
            "stop": 873651387
        },
        {
            "start": 873651394,
            "stop": 873651417
        },
        {
            "start": 873651917,
            "stop": 873652150
        },
        {
            "start": 873653957,
            "stop": 873654331
        },
        {
            "start": 873654451,
            "stop": 873654544
        },
        {
            "start": 873654720,
            "stop": 873655020
        },
        {
            "start": 873655140,
            "stop": 873655200
        },
        {
            "start": 873655320,
            "stop": 873655380
        },
        {
            "start": 873655440,
            "stop": 873655706
        }
    ]
}