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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=34",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 35,
    "results": [
        {
            "start": 815788765,
            "stop": 815788869
        },
        {
            "start": 815790062,
            "stop": 815790390
        },
        {
            "start": 815790450,
            "stop": 815790504
        },
        {
            "start": 815790507,
            "stop": 815790542
        },
        {
            "start": 815790662,
            "stop": 815791242
        },
        {
            "start": 815791888,
            "stop": 815793823
        },
        {
            "start": 815793826,
            "stop": 815795931
        },
        {
            "start": 815795934,
            "stop": 815796016
        },
        {
            "start": 815796019,
            "stop": 815796603
        },
        {
            "start": 815796606,
            "stop": 815797184
        },
        {
            "start": 815797187,
            "stop": 815797199
        },
        {
            "start": 815797202,
            "stop": 815797761
        },
        {
            "start": 815797764,
            "stop": 815798131
        },
        {
            "start": 815798134,
            "stop": 815798490
        },
        {
            "start": 815798550,
            "stop": 815798995
        },
        {
            "start": 815798998,
            "stop": 815799090
        },
        {
            "start": 815799150,
            "stop": 815799189
        },
        {
            "start": 815799309,
            "stop": 815799621
        },
        {
            "start": 815799625,
            "stop": 815799630
        },
        {
            "start": 815799690,
            "stop": 815800067
        }
    ]
}