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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4683",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4684,
    "results": [
        {
            "start": 874345002,
            "stop": 874345008
        },
        {
            "start": 874345028,
            "stop": 874345036
        },
        {
            "start": 874345161,
            "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
        },
        {
            "start": 874346065,
            "stop": 874346146
        }
    ]
}