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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 150,
    "results": [
        {
            "start": 1258462035,
            "stop": 1258463109
        },
        {
            "start": 1258463111,
            "stop": 1258463141
        },
        {
            "start": 1258463144,
            "stop": 1258463318
        },
        {
            "start": 1258463321,
            "stop": 1258465128
        },
        {
            "start": 1258465131,
            "stop": 1258466035
        },
        {
            "start": 1258466038,
            "stop": 1258467093
        },
        {
            "start": 1258467100,
            "stop": 1258467534
        },
        {
            "start": 1258467537,
            "stop": 1258467771
        },
        {
            "start": 1258467774,
            "stop": 1258467798
        },
        {
            "start": 1258467801,
            "stop": 1258468792
        },
        {
            "start": 1258468795,
            "stop": 1258470548
        },
        {
            "start": 1258470551,
            "stop": 1258471863
        },
        {
            "start": 1258471866,
            "stop": 1258476904
        },
        {
            "start": 1258476906,
            "stop": 1258477285
        },
        {
            "start": 1258477288,
            "stop": 1258477678
        },
        {
            "start": 1258477686,
            "stop": 1258477904
        },
        {
            "start": 1258477907,
            "stop": 1258477914
        },
        {
            "start": 1258477917,
            "stop": 1258477918
        },
        {
            "start": 1258477920,
            "stop": 1258479584
        },
        {
            "start": 1258486285,
            "stop": 1258488714
        }
    ]
}