Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=226
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=225",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 226,
    "results": [
        {
            "start": 1421433119,
            "stop": 1421433991
        },
        {
            "start": 1421433996,
            "stop": 1421436143
        },
        {
            "start": 1421436147,
            "stop": 1421436243
        },
        {
            "start": 1421436251,
            "stop": 1421437215
        },
        {
            "start": 1421437231,
            "stop": 1421437865
        },
        {
            "start": 1421437867,
            "stop": 1421439923
        },
        {
            "start": 1421439931,
            "stop": 1421443368
        },
        {
            "start": 1421443369,
            "stop": 1421445819
        },
        {
            "start": 1421445823,
            "stop": 1421446495
        },
        {
            "start": 1421446507,
            "stop": 1421446535
        },
        {
            "start": 1421446551,
            "stop": 1421447271
        },
        {
            "start": 1421447273,
            "stop": 1421447763
        },
        {
            "start": 1421447764,
            "stop": 1421448607
        },
        {
            "start": 1421448611,
            "stop": 1421448915
        },
        {
            "start": 1421448919,
            "stop": 1421452147
        },
        {
            "start": 1421452151,
            "stop": 1421458407
        },
        {
            "start": 1421458415,
            "stop": 1421458895
        },
        {
            "start": 1421458899,
            "stop": 1421462395
        },
        {
            "start": 1421462399,
            "stop": 1421465435
        },
        {
            "start": 1421465439,
            "stop": 1421465447
        }
    ]
}