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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4940",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4941,
    "results": [
        {
            "start": 874345055,
            "stop": 874345067
        },
        {
            "start": 874345096,
            "stop": 874345116
        },
        {
            "start": 874345135,
            "stop": 874345138
        },
        {
            "start": 874345158,
            "stop": 874345195
        },
        {
            "start": 874345233,
            "stop": 874345235
        },
        {
            "start": 874345254,
            "stop": 874345263
        },
        {
            "start": 874345282,
            "stop": 874345287
        },
        {
            "start": 874345372,
            "stop": 874345373
        },
        {
            "start": 874345400,
            "stop": 874345457
        },
        {
            "start": 874345505,
            "stop": 874345569
        },
        {
            "start": 874345605,
            "stop": 874345656
        },
        {
            "start": 874345679,
            "stop": 874345710
        },
        {
            "start": 874345757,
            "stop": 874345772
        },
        {
            "start": 874345791,
            "stop": 874345819
        },
        {
            "start": 874345838,
            "stop": 874345848
        },
        {
            "start": 874345867,
            "stop": 874345916
        },
        {
            "start": 874345935,
            "stop": 874345955
        },
        {
            "start": 874345974,
            "stop": 874345975
        },
        {
            "start": 874345994,
            "stop": 874345996
        },
        {
            "start": 874346015,
            "stop": 874346046
        }
    ]
}