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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=136",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 137,
    "results": [
        {
            "start": 816992437,
            "stop": 816992827
        },
        {
            "start": 816992847,
            "stop": 816993094
        },
        {
            "start": 816993100,
            "stop": 816993896
        },
        {
            "start": 816993916,
            "stop": 816994063
        },
        {
            "start": 816994083,
            "stop": 816994352
        },
        {
            "start": 816994372,
            "stop": 816994770
        },
        {
            "start": 816995910,
            "stop": 816995959
        },
        {
            "start": 816995988,
            "stop": 816996246
        },
        {
            "start": 816996275,
            "stop": 816996565
        },
        {
            "start": 816996585,
            "stop": 816996593
        },
        {
            "start": 816996612,
            "stop": 816997183
        },
        {
            "start": 816997204,
            "stop": 816997242
        },
        {
            "start": 816997270,
            "stop": 816997296
        },
        {
            "start": 816997340,
            "stop": 816997727
        },
        {
            "start": 816997746,
            "stop": 816997876
        },
        {
            "start": 816997897,
            "stop": 816998097
        },
        {
            "start": 816998118,
            "stop": 816998902
        },
        {
            "start": 816998951,
            "stop": 816998991
        },
        {
            "start": 816998993,
            "stop": 816999084
        },
        {
            "start": 816999130,
            "stop": 817000098
        }
    ]
}