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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=56",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 57,
    "results": [
        {
            "start": 1250804036,
            "stop": 1250805516
        },
        {
            "start": 1250805524,
            "stop": 1250806508
        },
        {
            "start": 1250806516,
            "stop": 1250807980
        },
        {
            "start": 1250807988,
            "stop": 1250809612
        },
        {
            "start": 1250809620,
            "stop": 1250810548
        },
        {
            "start": 1250810556,
            "stop": 1250811788
        },
        {
            "start": 1250811796,
            "stop": 1250812836
        },
        {
            "start": 1250812844,
            "stop": 1250812860
        },
        {
            "start": 1250812868,
            "stop": 1250812876
        },
        {
            "start": 1250812884,
            "stop": 1250813596
        },
        {
            "start": 1250813604,
            "stop": 1250817428
        },
        {
            "start": 1250817436,
            "stop": 1250818620
        },
        {
            "start": 1250818628,
            "stop": 1250821604
        },
        {
            "start": 1250821620,
            "stop": 1250823932
        },
        {
            "start": 1250823940,
            "stop": 1250824780
        },
        {
            "start": 1250824788,
            "stop": 1250825852
        },
        {
            "start": 1250825860,
            "stop": 1250829372
        },
        {
            "start": 1250829380,
            "stop": 1250830236
        },
        {
            "start": 1250830244,
            "stop": 1250830452
        },
        {
            "start": 1250830460,
            "stop": 1250830780
        }
    ]
}