Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5066
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5065",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5066,
    "results": [
        {
            "start": 874614198,
            "stop": 874614272
        },
        {
            "start": 874614359,
            "stop": 874614364
        },
        {
            "start": 874614412,
            "stop": 874614422
        },
        {
            "start": 874614509,
            "stop": 874614513
        },
        {
            "start": 874614574,
            "stop": 874614597
        },
        {
            "start": 874614645,
            "stop": 874614648
        },
        {
            "start": 874614752,
            "stop": 874614754
        },
        {
            "start": 874614785,
            "stop": 874614788
        },
        {
            "start": 874614858,
            "stop": 874614905
        },
        {
            "start": 874614944,
            "stop": 874614963
        },
        {
            "start": 874615011,
            "stop": 874615065
        },
        {
            "start": 874615084,
            "stop": 874615109
        },
        {
            "start": 874615128,
            "stop": 874615266
        },
        {
            "start": 874615302,
            "stop": 874615357
        },
        {
            "start": 874615386,
            "stop": 874615430
        },
        {
            "start": 874615449,
            "stop": 874615620
        },
        {
            "start": 874615639,
            "stop": 874615718
        },
        {
            "start": 874615737,
            "stop": 874615753
        },
        {
            "start": 874615866,
            "stop": 874615871
        },
        {
            "start": 874615890,
            "stop": 874615891
        }
    ]
}