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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=92",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 93,
    "results": [
        {
            "start": 954449482,
            "stop": 954456341
        },
        {
            "start": 954481337,
            "stop": 954484341
        },
        {
            "start": 954485483,
            "stop": 954493918
        },
        {
            "start": 954495264,
            "stop": 954496793
        },
        {
            "start": 954497576,
            "stop": 954498181
        },
        {
            "start": 954498809,
            "stop": 954499425
        },
        {
            "start": 954501675,
            "stop": 954505838
        },
        {
            "start": 954507729,
            "stop": 954520747
        },
        {
            "start": 954521423,
            "stop": 954522259
        },
        {
            "start": 954527194,
            "stop": 954533894
        },
        {
            "start": 954534801,
            "stop": 954571163
        },
        {
            "start": 954571989,
            "stop": 954577606
        },
        {
            "start": 954580558,
            "stop": 954590534
        },
        {
            "start": 954608214,
            "stop": 954609217
        },
        {
            "start": 954616324,
            "stop": 954617294
        },
        {
            "start": 954620718,
            "stop": 954628486
        },
        {
            "start": 954652931,
            "stop": 954662805
        },
        {
            "start": 954663229,
            "stop": 954680946
        },
        {
            "start": 954686609,
            "stop": 954694801
        },
        {
            "start": 954695779,
            "stop": 954715782
        }
    ]
}