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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=398",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 399,
    "results": [
        {
            "start": 863830717,
            "stop": 863830727
        },
        {
            "start": 863830736,
            "stop": 863830742
        },
        {
            "start": 863830746,
            "stop": 863830770
        },
        {
            "start": 863830774,
            "stop": 863830780
        },
        {
            "start": 863830783,
            "stop": 863830813
        },
        {
            "start": 863830817,
            "stop": 863830961
        },
        {
            "start": 863830970,
            "stop": 863830976
        },
        {
            "start": 863830984,
            "stop": 863830991
        },
        {
            "start": 863830999,
            "stop": 863831081
        },
        {
            "start": 863831084,
            "stop": 863831090
        },
        {
            "start": 863831117,
            "stop": 863831138
        },
        {
            "start": 863831151,
            "stop": 863831157
        },
        {
            "start": 863831161,
            "stop": 863831171
        },
        {
            "start": 863831175,
            "stop": 863831185
        },
        {
            "start": 863831189,
            "stop": 863831195
        },
        {
            "start": 863831209,
            "stop": 863831219
        },
        {
            "start": 863831232,
            "stop": 863831285
        },
        {
            "start": 863831289,
            "stop": 863831424
        },
        {
            "start": 863831429,
            "stop": 863831463
        },
        {
            "start": 863831466,
            "stop": 863831472
        }
    ]
}