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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 26,
    "results": [
        {
            "start": 1370067607,
            "stop": 1370070063
        },
        {
            "start": 1370070068,
            "stop": 1370074844
        },
        {
            "start": 1370074849,
            "stop": 1370076716
        },
        {
            "start": 1370076721,
            "stop": 1370077714
        },
        {
            "start": 1370077719,
            "stop": 1370079439
        },
        {
            "start": 1370086491,
            "stop": 1370087038
        },
        {
            "start": 1370087043,
            "stop": 1370090937
        },
        {
            "start": 1370095514,
            "stop": 1370096175
        },
        {
            "start": 1370096788,
            "stop": 1370096917
        },
        {
            "start": 1370096922,
            "stop": 1370096934
        },
        {
            "start": 1370096939,
            "stop": 1370097052
        },
        {
            "start": 1370129380,
            "stop": 1370129394
        },
        {
            "start": 1370129398,
            "stop": 1370133094
        },
        {
            "start": 1370136007,
            "stop": 1370138088
        },
        {
            "start": 1370138093,
            "stop": 1370141554
        },
        {
            "start": 1370141559,
            "stop": 1370159402
        },
        {
            "start": 1370159407,
            "stop": 1370164037
        },
        {
            "start": 1370169825,
            "stop": 1370171136
        },
        {
            "start": 1370171141,
            "stop": 1370171355
        },
        {
            "start": 1370171360,
            "stop": 1370173534
        }
    ]
}