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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=54",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 55,
    "results": [
        {
            "start": 942838810,
            "stop": 942839339
        },
        {
            "start": 942840621,
            "stop": 942840851
        },
        {
            "start": 942842192,
            "stop": 942842560
        },
        {
            "start": 942848477,
            "stop": 942848519
        },
        {
            "start": 942958957,
            "stop": 942959348
        },
        {
            "start": 942963398,
            "stop": 942964172
        },
        {
            "start": 942968992,
            "stop": 942969428
        },
        {
            "start": 942971712,
            "stop": 942976866
        },
        {
            "start": 942977515,
            "stop": 942979888
        },
        {
            "start": 942980524,
            "stop": 942981210
        },
        {
            "start": 942982081,
            "stop": 942988294
        },
        {
            "start": 942989510,
            "stop": 942991979
        },
        {
            "start": 942995412,
            "stop": 942995632
        },
        {
            "start": 942995679,
            "stop": 942997682
        },
        {
            "start": 942999006,
            "stop": 943009438
        },
        {
            "start": 943011698,
            "stop": 943018636
        },
        {
            "start": 943019680,
            "stop": 943021022
        },
        {
            "start": 943021686,
            "stop": 943023187
        },
        {
            "start": 943024174,
            "stop": 943030378
        },
        {
            "start": 943031751,
            "stop": 943034544
        }
    ]
}