Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2201
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2200",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2201,
    "results": [
        {
            "start": 873020616,
            "stop": 873027390
        },
        {
            "start": 873027400,
            "stop": 873027429
        },
        {
            "start": 873027430,
            "stop": 873027445
        },
        {
            "start": 873027450,
            "stop": 873028278
        },
        {
            "start": 873028384,
            "stop": 873030723
        },
        {
            "start": 873030726,
            "stop": 873038855
        },
        {
            "start": 873038865,
            "stop": 873038880
        },
        {
            "start": 873038948,
            "stop": 873039624
        },
        {
            "start": 873040396,
            "stop": 873041455
        },
        {
            "start": 873041755,
            "stop": 873046890
        },
        {
            "start": 873046895,
            "stop": 873046917
        },
        {
            "start": 873046923,
            "stop": 873048120
        },
        {
            "start": 873048181,
            "stop": 873048190
        },
        {
            "start": 873048200,
            "stop": 873048201
        },
        {
            "start": 873048205,
            "stop": 873048207
        },
        {
            "start": 873048210,
            "stop": 873051511
        },
        {
            "start": 873051515,
            "stop": 873051560
        },
        {
            "start": 873051564,
            "stop": 873052069
        },
        {
            "start": 873052072,
            "stop": 873052407
        },
        {
            "start": 873052413,
            "stop": 873052427
        }
    ]
}