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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=117",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 118,
    "results": [
        {
            "start": 931340409,
            "stop": 931340410
        },
        {
            "start": 931340437,
            "stop": 931340439
        },
        {
            "start": 931340450,
            "stop": 931340451
        },
        {
            "start": 931340456,
            "stop": 931340459
        },
        {
            "start": 931340469,
            "stop": 931340471
        },
        {
            "start": 931340474,
            "stop": 931340475
        },
        {
            "start": 931340477,
            "stop": 931340478
        },
        {
            "start": 931340484,
            "stop": 931340488
        },
        {
            "start": 931340491,
            "stop": 931340493
        },
        {
            "start": 931340524,
            "stop": 931340525
        },
        {
            "start": 931340532,
            "stop": 931340533
        },
        {
            "start": 931340535,
            "stop": 931340537
        },
        {
            "start": 931340541,
            "stop": 931340542
        },
        {
            "start": 931340560,
            "stop": 931340564
        },
        {
            "start": 931340566,
            "stop": 931340568
        },
        {
            "start": 931340607,
            "stop": 931340610
        },
        {
            "start": 931340614,
            "stop": 931340615
        },
        {
            "start": 931340623,
            "stop": 931340626
        },
        {
            "start": 931340629,
            "stop": 931340631
        },
        {
            "start": 931340634,
            "stop": 931340635
        }
    ]
}