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_CAT3/segments?format=api&page=4874
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=4875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4873",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4874,
    "results": [
        {
            "start": 874210048,
            "stop": 874210103
        },
        {
            "start": 874210120,
            "stop": 874210152
        },
        {
            "start": 874210176,
            "stop": 874210234
        },
        {
            "start": 874210253,
            "stop": 874210287
        },
        {
            "start": 874210306,
            "stop": 874210430
        },
        {
            "start": 874210449,
            "stop": 874210481
        },
        {
            "start": 874210502,
            "stop": 874210652
        },
        {
            "start": 874210671,
            "stop": 874210771
        },
        {
            "start": 874210790,
            "stop": 874210889
        },
        {
            "start": 874210908,
            "stop": 874211063
        },
        {
            "start": 874211083,
            "stop": 874211103
        },
        {
            "start": 874211122,
            "stop": 874211257
        },
        {
            "start": 874211261,
            "stop": 874211273
        },
        {
            "start": 874211293,
            "stop": 874211377
        },
        {
            "start": 874211405,
            "stop": 874211605
        },
        {
            "start": 874211624,
            "stop": 874212039
        },
        {
            "start": 874212056,
            "stop": 874212439
        },
        {
            "start": 874212458,
            "stop": 874212699
        },
        {
            "start": 874212719,
            "stop": 874212898
        },
        {
            "start": 874212918,
            "stop": 874213421
        }
    ]
}