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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=272",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 273,
    "results": [
        {
            "start": 818300128,
            "stop": 818300267
        },
        {
            "start": 818300287,
            "stop": 818300476
        },
        {
            "start": 818300501,
            "stop": 818300599
        },
        {
            "start": 818300618,
            "stop": 818300658
        },
        {
            "start": 818300678,
            "stop": 818301076
        },
        {
            "start": 818301095,
            "stop": 818301187
        },
        {
            "start": 818301208,
            "stop": 818301243
        },
        {
            "start": 818301265,
            "stop": 818301405
        },
        {
            "start": 818301426,
            "stop": 818301446
        },
        {
            "start": 818301466,
            "stop": 818301592
        },
        {
            "start": 818301647,
            "stop": 818301898
        },
        {
            "start": 818301942,
            "stop": 818301987
        },
        {
            "start": 818302096,
            "stop": 818302164
        },
        {
            "start": 818302218,
            "stop": 818302602
        },
        {
            "start": 818302621,
            "stop": 818302855
        },
        {
            "start": 818302876,
            "stop": 818302923
        },
        {
            "start": 818302959,
            "stop": 818302993
        },
        {
            "start": 818303010,
            "stop": 818303128
        },
        {
            "start": 818303148,
            "stop": 818303198
        },
        {
            "start": 818303234,
            "stop": 818303482
        }
    ]
}