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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=309",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 310,
    "results": [
        {
            "start": 828900973,
            "stop": 828900978
        },
        {
            "start": 828900980,
            "stop": 828900982
        },
        {
            "start": 828900984,
            "stop": 828900985
        },
        {
            "start": 828900989,
            "stop": 828900992
        },
        {
            "start": 828900994,
            "stop": 828900998
        },
        {
            "start": 828901002,
            "stop": 828901013
        },
        {
            "start": 828901016,
            "stop": 828901019
        },
        {
            "start": 828901021,
            "stop": 828901025
        },
        {
            "start": 828901030,
            "stop": 828901038
        },
        {
            "start": 828901041,
            "stop": 828901042
        },
        {
            "start": 828901044,
            "stop": 828901045
        },
        {
            "start": 828901047,
            "stop": 828901050
        },
        {
            "start": 828901052,
            "stop": 828901054
        },
        {
            "start": 828901056,
            "stop": 828901082
        },
        {
            "start": 828901085,
            "stop": 828901095
        },
        {
            "start": 828901097,
            "stop": 828901101
        },
        {
            "start": 828901103,
            "stop": 828901107
        },
        {
            "start": 828901109,
            "stop": 828901113
        },
        {
            "start": 828901115,
            "stop": 828901116
        },
        {
            "start": 828901118,
            "stop": 828901128
        }
    ]
}