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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9857",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9858,
    "results": [
        {
            "start": 874197960,
            "stop": 874197995
        },
        {
            "start": 874198115,
            "stop": 874198740
        },
        {
            "start": 874198800,
            "stop": 874198920
        },
        {
            "start": 874198983,
            "stop": 874199580
        },
        {
            "start": 874199700,
            "stop": 874199983
        },
        {
            "start": 874200000,
            "stop": 874200180
        },
        {
            "start": 874200197,
            "stop": 874200420
        },
        {
            "start": 874200480,
            "stop": 874201380
        },
        {
            "start": 874201500,
            "stop": 874202064
        },
        {
            "start": 874202081,
            "stop": 874202285
        },
        {
            "start": 874202302,
            "stop": 874202367
        },
        {
            "start": 874202614,
            "stop": 874202640
        },
        {
            "start": 874202760,
            "stop": 874203107
        },
        {
            "start": 874203124,
            "stop": 874203540
        },
        {
            "start": 874203600,
            "stop": 874204920
        },
        {
            "start": 874204980,
            "stop": 874207020
        },
        {
            "start": 874207080,
            "stop": 874207236
        },
        {
            "start": 874207356,
            "stop": 874208769
        },
        {
            "start": 874208889,
            "stop": 874209586
        },
        {
            "start": 874209603,
            "stop": 874211560
        }
    ]
}