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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=231",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 232,
    "results": [
        {
            "start": 846164977,
            "stop": 846164987
        },
        {
            "start": 846164996,
            "stop": 846165035
        },
        {
            "start": 846165039,
            "stop": 846165099
        },
        {
            "start": 846165103,
            "stop": 846165128
        },
        {
            "start": 846165132,
            "stop": 846165138
        },
        {
            "start": 846165147,
            "stop": 846165167
        },
        {
            "start": 846165176,
            "stop": 846165182
        },
        {
            "start": 846165200,
            "stop": 846165212
        },
        {
            "start": 846165222,
            "stop": 846165232
        },
        {
            "start": 846165236,
            "stop": 846165242
        },
        {
            "start": 846165246,
            "stop": 846165261
        },
        {
            "start": 846165270,
            "stop": 846165304
        },
        {
            "start": 846165309,
            "stop": 846165401
        },
        {
            "start": 846165405,
            "stop": 846165556
        },
        {
            "start": 846165560,
            "stop": 846165839
        },
        {
            "start": 846165843,
            "stop": 846173233
        },
        {
            "start": 846173275,
            "stop": 846173276
        },
        {
            "start": 846174914,
            "stop": 846176113
        },
        {
            "start": 846176125,
            "stop": 846176126
        },
        {
            "start": 846176293,
            "stop": 846190115
        }
    ]
}