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=4723
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=4724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4722",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4723,
    "results": [
        {
            "start": 874443073,
            "stop": 874443269
        },
        {
            "start": 874443288,
            "stop": 874443380
        },
        {
            "start": 874443399,
            "stop": 874443530
        },
        {
            "start": 874443550,
            "stop": 874443586
        },
        {
            "start": 874443606,
            "stop": 874443630
        },
        {
            "start": 874443650,
            "stop": 874443658
        },
        {
            "start": 874443677,
            "stop": 874443711
        },
        {
            "start": 874443730,
            "stop": 874443764
        },
        {
            "start": 874443803,
            "stop": 874443877
        },
        {
            "start": 874443896,
            "stop": 874443903
        },
        {
            "start": 874443933,
            "stop": 874443941
        },
        {
            "start": 874443960,
            "stop": 874443975
        },
        {
            "start": 874443994,
            "stop": 874444016
        },
        {
            "start": 874444035,
            "stop": 874444046
        },
        {
            "start": 874444065,
            "stop": 874444073
        },
        {
            "start": 874444093,
            "stop": 874444150
        },
        {
            "start": 874444169,
            "stop": 874444175
        },
        {
            "start": 874444213,
            "stop": 874444246
        },
        {
            "start": 874444270,
            "stop": 874444274
        },
        {
            "start": 874444312,
            "stop": 874444332
        }
    ]
}