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/O2/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/O2/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 26,
    "results": [
        {
            "start": 1168387409,
            "stop": 1168388047
        },
        {
            "start": 1168388051,
            "stop": 1168388318
        },
        {
            "start": 1168388322,
            "stop": 1168388892
        },
        {
            "start": 1168396518,
            "stop": 1168397121
        },
        {
            "start": 1168397125,
            "stop": 1168399093
        },
        {
            "start": 1168400094,
            "stop": 1168400213
        },
        {
            "start": 1168400217,
            "stop": 1168404543
        },
        {
            "start": 1168404547,
            "stop": 1168405202
        },
        {
            "start": 1168405206,
            "stop": 1168407232
        },
        {
            "start": 1168407236,
            "stop": 1168408205
        },
        {
            "start": 1168408209,
            "stop": 1168408211
        },
        {
            "start": 1168408212,
            "stop": 1168408319
        },
        {
            "start": 1168408323,
            "stop": 1168408505
        },
        {
            "start": 1168408509,
            "stop": 1168409382
        },
        {
            "start": 1168409386,
            "stop": 1168409493
        },
        {
            "start": 1168409497,
            "stop": 1168409656
        },
        {
            "start": 1168409660,
            "stop": 1168411164
        },
        {
            "start": 1168411168,
            "stop": 1168411522
        },
        {
            "start": 1168411526,
            "stop": 1168411542
        },
        {
            "start": 1168411546,
            "stop": 1168413573
        }
    ]
}