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=4982
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=4983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4981",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4982,
    "results": [
        {
            "start": 874431429,
            "stop": 874431469
        },
        {
            "start": 874431488,
            "stop": 874431490
        },
        {
            "start": 874431509,
            "stop": 874431573
        },
        {
            "start": 874431607,
            "stop": 874431678
        },
        {
            "start": 874431704,
            "stop": 874431819
        },
        {
            "start": 874431840,
            "stop": 874431977
        },
        {
            "start": 874432004,
            "stop": 874432054
        },
        {
            "start": 874432073,
            "stop": 874432116
        },
        {
            "start": 874432136,
            "stop": 874432342
        },
        {
            "start": 874432362,
            "stop": 874432413
        },
        {
            "start": 874432432,
            "stop": 874432483
        },
        {
            "start": 874432502,
            "stop": 874432540
        },
        {
            "start": 874432559,
            "stop": 874432602
        },
        {
            "start": 874432622,
            "stop": 874432640
        },
        {
            "start": 874432660,
            "stop": 874432740
        },
        {
            "start": 874432759,
            "stop": 874432802
        },
        {
            "start": 874432822,
            "stop": 874432865
        },
        {
            "start": 874432904,
            "stop": 874432985
        },
        {
            "start": 874433005,
            "stop": 874433086
        },
        {
            "start": 874433105,
            "stop": 874433131
        }
    ]
}