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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6321",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6322,
    "results": [
        {
            "start": 873260262,
            "stop": 873260377
        },
        {
            "start": 873260379,
            "stop": 873260508
        },
        {
            "start": 873260509,
            "stop": 873260680
        },
        {
            "start": 873260681,
            "stop": 873261131
        },
        {
            "start": 873261133,
            "stop": 873261281
        },
        {
            "start": 873261282,
            "stop": 873261474
        },
        {
            "start": 873261476,
            "stop": 873261660
        },
        {
            "start": 873261661,
            "stop": 873261682
        },
        {
            "start": 873261683,
            "stop": 873261714
        },
        {
            "start": 873261715,
            "stop": 873261729
        },
        {
            "start": 873261731,
            "stop": 873261747
        },
        {
            "start": 873261748,
            "stop": 873261760
        },
        {
            "start": 873261761,
            "stop": 873261785
        },
        {
            "start": 873261787,
            "stop": 873261811
        },
        {
            "start": 873261812,
            "stop": 873262017
        },
        {
            "start": 873262018,
            "stop": 873262467
        },
        {
            "start": 873262468,
            "stop": 873262690
        },
        {
            "start": 873262691,
            "stop": 873263079
        },
        {
            "start": 873263080,
            "stop": 873263235
        },
        {
            "start": 873263236,
            "stop": 873263489
        }
    ]
}