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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=83",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 84,
    "results": [
        {
            "start": 827249880,
            "stop": 827249883
        },
        {
            "start": 827249933,
            "stop": 827250493
        },
        {
            "start": 827254382,
            "stop": 827259313
        },
        {
            "start": 827259315,
            "stop": 827259318
        },
        {
            "start": 827259383,
            "stop": 827260195
        },
        {
            "start": 827266136,
            "stop": 827277805
        },
        {
            "start": 827278004,
            "stop": 827278312
        },
        {
            "start": 827279737,
            "stop": 827292956
        },
        {
            "start": 827295479,
            "stop": 827311272
        },
        {
            "start": 827314692,
            "stop": 827316073
        },
        {
            "start": 827316078,
            "stop": 827316079
        },
        {
            "start": 827317060,
            "stop": 827319973
        },
        {
            "start": 827319999,
            "stop": 827320001
        },
        {
            "start": 827320453,
            "stop": 827326025
        },
        {
            "start": 827327040,
            "stop": 827332093
        },
        {
            "start": 827332107,
            "stop": 827332109
        },
        {
            "start": 827332179,
            "stop": 827334789
        },
        {
            "start": 827334995,
            "stop": 827339593
        },
        {
            "start": 827339622,
            "stop": 827339623
        },
        {
            "start": 827339667,
            "stop": 827346305
        }
    ]
}