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=4852
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=4853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4851",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4852,
    "results": [
        {
            "start": 874734853,
            "stop": 874734952
        },
        {
            "start": 874735140,
            "stop": 874735268
        },
        {
            "start": 874735287,
            "stop": 874735339
        },
        {
            "start": 874735358,
            "stop": 874735607
        },
        {
            "start": 874735631,
            "stop": 874735851
        },
        {
            "start": 874735871,
            "stop": 874735923
        },
        {
            "start": 874735942,
            "stop": 874735961
        },
        {
            "start": 874735981,
            "stop": 874735990
        },
        {
            "start": 874736011,
            "stop": 874736066
        },
        {
            "start": 874736086,
            "stop": 874736240
        },
        {
            "start": 874736260,
            "stop": 874736271
        },
        {
            "start": 874736290,
            "stop": 874736340
        },
        {
            "start": 874736400,
            "stop": 874736431
        },
        {
            "start": 874736451,
            "stop": 874736456
        },
        {
            "start": 874736476,
            "stop": 874736549
        },
        {
            "start": 874736569,
            "stop": 874736603
        },
        {
            "start": 874736622,
            "stop": 874736625
        },
        {
            "start": 874736644,
            "stop": 874736650
        },
        {
            "start": 874736669,
            "stop": 874736743
        },
        {
            "start": 874736762,
            "stop": 874736909
        }
    ]
}