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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=71",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 72,
    "results": [
        {
            "start": 946778035,
            "stop": 946800015
        },
        {
            "start": 946801343,
            "stop": 946803615
        },
        {
            "start": 946804943,
            "stop": 946814048
        },
        {
            "start": 946816928,
            "stop": 946819504
        },
        {
            "start": 946820361,
            "stop": 946825421
        },
        {
            "start": 946830704,
            "stop": 946835862
        },
        {
            "start": 946838660,
            "stop": 946839869
        },
        {
            "start": 946841389,
            "stop": 946850109
        },
        {
            "start": 946852198,
            "stop": 946858594
        },
        {
            "start": 946859170,
            "stop": 946863855
        },
        {
            "start": 946863883,
            "stop": 946870378
        },
        {
            "start": 946871424,
            "stop": 946871931
        },
        {
            "start": 946872031,
            "stop": 946872536
        },
        {
            "start": 946872639,
            "stop": 946903221
        },
        {
            "start": 946905260,
            "stop": 946924512
        },
        {
            "start": 946974799,
            "stop": 946975585
        },
        {
            "start": 946976851,
            "stop": 946984688
        },
        {
            "start": 946986454,
            "stop": 946986863
        },
        {
            "start": 946987715,
            "stop": 946995528
        },
        {
            "start": 947001224,
            "stop": 947001832
        }
    ]
}