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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=204",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 205,
    "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": 846188949
        },
        {
            "start": 846190993,
            "stop": 846191757
        },
        {
            "start": 846200293,
            "stop": 846311953
        },
        {
            "start": 846322037,
            "stop": 846322236
        },
        {
            "start": 846322325,
            "stop": 846324229
        }
    ]
}