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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=83",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 84,
    "results": [
        {
            "start": 951861084,
            "stop": 951874285
        },
        {
            "start": 951874429,
            "stop": 951874469
        },
        {
            "start": 951874634,
            "stop": 951877602
        },
        {
            "start": 951877931,
            "stop": 951887503
        },
        {
            "start": 951890691,
            "stop": 951920858
        },
        {
            "start": 951926885,
            "stop": 951931339
        },
        {
            "start": 951953062,
            "stop": 951954524
        },
        {
            "start": 951955722,
            "stop": 951957362
        },
        {
            "start": 951959638,
            "stop": 951963126
        },
        {
            "start": 951963321,
            "stop": 951971832
        },
        {
            "start": 951972148,
            "stop": 951978962
        },
        {
            "start": 951985150,
            "stop": 951989011
        },
        {
            "start": 951989257,
            "stop": 952007004
        },
        {
            "start": 952011666,
            "stop": 952015933
        },
        {
            "start": 952016838,
            "stop": 952021367
        },
        {
            "start": 952022191,
            "stop": 952022212
        },
        {
            "start": 952028621,
            "stop": 952033387
        },
        {
            "start": 952034200,
            "stop": 952034366
        },
        {
            "start": 952038134,
            "stop": 952045071
        },
        {
            "start": 952045276,
            "stop": 952054112
        }
    ]
}