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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=270",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 271,
    "results": [
        {
            "start": 1178284345,
            "stop": 1178286837
        },
        {
            "start": 1178286839,
            "stop": 1178287189
        },
        {
            "start": 1178287190,
            "stop": 1178288103
        },
        {
            "start": 1178288104,
            "stop": 1178288207
        },
        {
            "start": 1178288209,
            "stop": 1178288397
        },
        {
            "start": 1178288398,
            "stop": 1178288403
        },
        {
            "start": 1178288404,
            "stop": 1178288520
        },
        {
            "start": 1178288522,
            "stop": 1178288539
        },
        {
            "start": 1178288540,
            "stop": 1178288543
        },
        {
            "start": 1178288544,
            "stop": 1178288590
        },
        {
            "start": 1178288592,
            "stop": 1178288746
        },
        {
            "start": 1178288749,
            "stop": 1178288786
        },
        {
            "start": 1178288790,
            "stop": 1178288869
        },
        {
            "start": 1178288871,
            "stop": 1178288875
        },
        {
            "start": 1178288877,
            "stop": 1178288893
        },
        {
            "start": 1178288894,
            "stop": 1178288898
        },
        {
            "start": 1178288899,
            "stop": 1178289085
        },
        {
            "start": 1178289086,
            "stop": 1178289393
        },
        {
            "start": 1178289394,
            "stop": 1178289421
        },
        {
            "start": 1178289423,
            "stop": 1178290077
        }
    ]
}