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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3605",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3603",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3604,
    "results": [
        {
            "start": 872035822,
            "stop": 872038437
        },
        {
            "start": 872038500,
            "stop": 872038731
        },
        {
            "start": 872038748,
            "stop": 872038896
        },
        {
            "start": 872038913,
            "stop": 872038923
        },
        {
            "start": 872038940,
            "stop": 872041098
        },
        {
            "start": 872041115,
            "stop": 872043072
        },
        {
            "start": 872043091,
            "stop": 872044200
        },
        {
            "start": 872044218,
            "stop": 872045441
        },
        {
            "start": 872045458,
            "stop": 872046694
        },
        {
            "start": 872046711,
            "stop": 872046792
        },
        {
            "start": 872046809,
            "stop": 872047412
        },
        {
            "start": 872047431,
            "stop": 872047489
        },
        {
            "start": 872047506,
            "stop": 872048059
        },
        {
            "start": 872048076,
            "stop": 872048084
        },
        {
            "start": 872048101,
            "stop": 872048810
        },
        {
            "start": 872050429,
            "stop": 872051989
        },
        {
            "start": 872052006,
            "stop": 872052383
        },
        {
            "start": 872052400,
            "stop": 872052632
        },
        {
            "start": 872052649,
            "stop": 872053176
        },
        {
            "start": 872053193,
            "stop": 872054250
        }
    ]
}