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=3636
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=3637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3635",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3636,
    "results": [
        {
            "start": 872389740,
            "stop": 872389811
        },
        {
            "start": 872389828,
            "stop": 872390164
        },
        {
            "start": 872390181,
            "stop": 872390324
        },
        {
            "start": 872390505,
            "stop": 872390649
        },
        {
            "start": 872390666,
            "stop": 872392585
        },
        {
            "start": 872392602,
            "stop": 872393340
        },
        {
            "start": 872393400,
            "stop": 872393527
        },
        {
            "start": 872393544,
            "stop": 872394278
        },
        {
            "start": 872394295,
            "stop": 872396036
        },
        {
            "start": 872396053,
            "stop": 872401905
        },
        {
            "start": 872401922,
            "stop": 872402478
        },
        {
            "start": 872402506,
            "stop": 872402673
        },
        {
            "start": 872402690,
            "stop": 872402885
        },
        {
            "start": 872402902,
            "stop": 872403380
        },
        {
            "start": 872403397,
            "stop": 872403794
        },
        {
            "start": 872403811,
            "stop": 872403835
        },
        {
            "start": 872403862,
            "stop": 872404333
        },
        {
            "start": 872404350,
            "stop": 872407296
        },
        {
            "start": 872407313,
            "stop": 872407446
        },
        {
            "start": 872407463,
            "stop": 872407920
        }
    ]
}