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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3811",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3812,
    "results": [
        {
            "start": 873312716,
            "stop": 873312737
        },
        {
            "start": 873312739,
            "stop": 873312742
        },
        {
            "start": 873312743,
            "stop": 873312747
        },
        {
            "start": 873312748,
            "stop": 873312764
        },
        {
            "start": 873312765,
            "stop": 873312771
        },
        {
            "start": 873312772,
            "stop": 873312774
        },
        {
            "start": 873312775,
            "stop": 873319125
        },
        {
            "start": 873319203,
            "stop": 873321271
        },
        {
            "start": 873321274,
            "stop": 873321308
        },
        {
            "start": 873323130,
            "stop": 873323131
        },
        {
            "start": 873323132,
            "stop": 873323139
        },
        {
            "start": 873323140,
            "stop": 873323141
        },
        {
            "start": 873323142,
            "stop": 873323144
        },
        {
            "start": 873323148,
            "stop": 873323150
        },
        {
            "start": 873323152,
            "stop": 873323153
        },
        {
            "start": 873323155,
            "stop": 873323163
        },
        {
            "start": 873323166,
            "stop": 873323175
        },
        {
            "start": 873323176,
            "stop": 873323186
        },
        {
            "start": 873323189,
            "stop": 873323197
        },
        {
            "start": 873323198,
            "stop": 873323207
        }
    ]
}