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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=780",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 781,
    "results": [
        {
            "start": 1269342804,
            "stop": 1269343929
        },
        {
            "start": 1269343932,
            "stop": 1269344500
        },
        {
            "start": 1269344504,
            "stop": 1269346632
        },
        {
            "start": 1269346635,
            "stop": 1269356956
        },
        {
            "start": 1269356968,
            "stop": 1269356980
        },
        {
            "start": 1269356981,
            "stop": 1269356984
        },
        {
            "start": 1269356985,
            "stop": 1269356987
        },
        {
            "start": 1269357003,
            "stop": 1269357009
        },
        {
            "start": 1269357010,
            "stop": 1269357013
        },
        {
            "start": 1269357015,
            "stop": 1269357016
        },
        {
            "start": 1269357017,
            "stop": 1269357019
        },
        {
            "start": 1269357029,
            "stop": 1269357030
        },
        {
            "start": 1269357031,
            "stop": 1269357032
        },
        {
            "start": 1269357033,
            "stop": 1269360850
        },
        {
            "start": 1269360852,
            "stop": 1269361166
        },
        {
            "start": 1269361170,
            "stop": 1269363618
        }
    ]
}