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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=309",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 310,
    "results": [
        {
            "start": 859677488,
            "stop": 859687934
        },
        {
            "start": 859687953,
            "stop": 859704276
        },
        {
            "start": 859704690,
            "stop": 859704720
        },
        {
            "start": 859705126,
            "stop": 859715258
        },
        {
            "start": 859715580,
            "stop": 859720250
        },
        {
            "start": 859721074,
            "stop": 859722644
        },
        {
            "start": 859725179,
            "stop": 859726896
        },
        {
            "start": 859726914,
            "stop": 859735044
        },
        {
            "start": 859735066,
            "stop": 859736182
        },
        {
            "start": 859737806,
            "stop": 859739383
        },
        {
            "start": 859739402,
            "stop": 859741614
        },
        {
            "start": 859741643,
            "stop": 859743100
        },
        {
            "start": 859743119,
            "stop": 859747136
        },
        {
            "start": 859747155,
            "stop": 859747190
        },
        {
            "start": 859747210,
            "stop": 859747262
        },
        {
            "start": 859747283,
            "stop": 859747287
        },
        {
            "start": 859747366,
            "stop": 859751550
        },
        {
            "start": 859751610,
            "stop": 859751626
        },
        {
            "start": 859752011,
            "stop": 859754799
        },
        {
            "start": 859754821,
            "stop": 859754824
        }
    ]
}