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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=99",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 100,
    "results": [
        {
            "start": 956465622,
            "stop": 956473853
        },
        {
            "start": 956491465,
            "stop": 956491556
        },
        {
            "start": 956491906,
            "stop": 956497571
        },
        {
            "start": 956498651,
            "stop": 956504316
        },
        {
            "start": 956504902,
            "stop": 956511980
        },
        {
            "start": 956514756,
            "stop": 956524978
        },
        {
            "start": 956530930,
            "stop": 956542314
        },
        {
            "start": 956555168,
            "stop": 956576258
        },
        {
            "start": 956576829,
            "stop": 956577018
        },
        {
            "start": 956580207,
            "stop": 956591323
        },
        {
            "start": 956591878,
            "stop": 956594741
        },
        {
            "start": 956595485,
            "stop": 956597928
        },
        {
            "start": 956598572,
            "stop": 956610953
        },
        {
            "start": 956613291,
            "stop": 956623187
        },
        {
            "start": 956642662,
            "stop": 956666692
        },
        {
            "start": 956669733,
            "stop": 956681304
        },
        {
            "start": 956682539,
            "stop": 956690957
        },
        {
            "start": 956691687,
            "stop": 956692025
        },
        {
            "start": 956692767,
            "stop": 956693689
        },
        {
            "start": 956694552,
            "stop": 956694717
        }
    ]
}