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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=31",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 32,
    "results": [
        {
            "start": 1243935526,
            "stop": 1243938201
        },
        {
            "start": 1243939656,
            "stop": 1243943292
        },
        {
            "start": 1243943308,
            "stop": 1243959247
        },
        {
            "start": 1243960002,
            "stop": 1243961262
        },
        {
            "start": 1243961281,
            "stop": 1243963387
        },
        {
            "start": 1243965959,
            "stop": 1244018204
        },
        {
            "start": 1244021040,
            "stop": 1244048160
        },
        {
            "start": 1244048164,
            "stop": 1244056759
        },
        {
            "start": 1244059036,
            "stop": 1244101214
        },
        {
            "start": 1244102788,
            "stop": 1244119013
        },
        {
            "start": 1244121513,
            "stop": 1244127241
        },
        {
            "start": 1244127552,
            "stop": 1244128058
        },
        {
            "start": 1244150773,
            "stop": 1244172038
        },
        {
            "start": 1244182025,
            "stop": 1244199930
        },
        {
            "start": 1244205973,
            "stop": 1244209054
        },
        {
            "start": 1244210581,
            "stop": 1244211235
        },
        {
            "start": 1244213737,
            "stop": 1244220397
        },
        {
            "start": 1244220406,
            "stop": 1244228761
        },
        {
            "start": 1244230341,
            "stop": 1244241553
        },
        {
            "start": 1244243925,
            "stop": 1244251556
        }
    ]
}