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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=117",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 118,
    "results": [
        {
            "start": 817892173,
            "stop": 817892701
        },
        {
            "start": 817892708,
            "stop": 817893404
        },
        {
            "start": 817893411,
            "stop": 817893808
        },
        {
            "start": 817893815,
            "stop": 817894098
        },
        {
            "start": 817894105,
            "stop": 817894982
        },
        {
            "start": 817894990,
            "stop": 817895081
        },
        {
            "start": 817895092,
            "stop": 817895229
        },
        {
            "start": 817895258,
            "stop": 817895624
        },
        {
            "start": 817895631,
            "stop": 817895868
        },
        {
            "start": 817895897,
            "stop": 817896478
        },
        {
            "start": 817896486,
            "stop": 817896549
        },
        {
            "start": 817896556,
            "stop": 817896836
        },
        {
            "start": 817896868,
            "stop": 817896898
        },
        {
            "start": 817896905,
            "stop": 817897191
        },
        {
            "start": 817897219,
            "stop": 817897333
        },
        {
            "start": 817897362,
            "stop": 817898139
        },
        {
            "start": 817898146,
            "stop": 817898773
        },
        {
            "start": 817898826,
            "stop": 817899196
        },
        {
            "start": 817899203,
            "stop": 817899215
        },
        {
            "start": 817899222,
            "stop": 817899440
        }
    ]
}