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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=124",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 125,
    "results": [
        {
            "start": 1258014844,
            "stop": 1258015135
        },
        {
            "start": 1258015138,
            "stop": 1258018161
        },
        {
            "start": 1258018164,
            "stop": 1258018311
        },
        {
            "start": 1258018314,
            "stop": 1258018377
        },
        {
            "start": 1258018380,
            "stop": 1258018583
        },
        {
            "start": 1258018586,
            "stop": 1258019245
        },
        {
            "start": 1258019248,
            "stop": 1258019318
        },
        {
            "start": 1258019321,
            "stop": 1258019848
        },
        {
            "start": 1258019851,
            "stop": 1258019960
        },
        {
            "start": 1258019963,
            "stop": 1258020123
        },
        {
            "start": 1258020126,
            "stop": 1258020161
        },
        {
            "start": 1258020164,
            "stop": 1258020167
        },
        {
            "start": 1258020170,
            "stop": 1258020208
        },
        {
            "start": 1258020211,
            "stop": 1258020770
        },
        {
            "start": 1258020773,
            "stop": 1258020857
        },
        {
            "start": 1258020860,
            "stop": 1258021003
        },
        {
            "start": 1258021006,
            "stop": 1258021656
        },
        {
            "start": 1258021659,
            "stop": 1258021699
        },
        {
            "start": 1258021702,
            "stop": 1258023347
        },
        {
            "start": 1258023350,
            "stop": 1258023609
        }
    ]
}