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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=144",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 145,
    "results": [
        {
            "start": 968880345,
            "stop": 968902061
        },
        {
            "start": 968903131,
            "stop": 968907033
        },
        {
            "start": 968908344,
            "stop": 968908778
        },
        {
            "start": 968910200,
            "stop": 968912959
        },
        {
            "start": 968914368,
            "stop": 968916969
        },
        {
            "start": 968918238,
            "stop": 968927855
        },
        {
            "start": 968928769,
            "stop": 968930249
        },
        {
            "start": 968931621,
            "stop": 968936316
        },
        {
            "start": 968937379,
            "stop": 968937944
        },
        {
            "start": 968939017,
            "stop": 968950582
        },
        {
            "start": 968952497,
            "stop": 968952711
        },
        {
            "start": 968953452,
            "stop": 968960374
        },
        {
            "start": 968962772,
            "stop": 968973466
        },
        {
            "start": 968973754,
            "stop": 968978711
        },
        {
            "start": 968984049,
            "stop": 968985257
        },
        {
            "start": 968986076,
            "stop": 968986976
        },
        {
            "start": 968988197,
            "stop": 969019107
        },
        {
            "start": 969020001,
            "stop": 969023353
        },
        {
            "start": 969024570,
            "stop": 969027550
        },
        {
            "start": 969028336,
            "stop": 969030763
        }
    ]
}