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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=150",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 151,
    "results": [
        {
            "start": 968880345,
            "stop": 968902166
        },
        {
            "start": 968903131,
            "stop": 968907138
        },
        {
            "start": 968908344,
            "stop": 968908883
        },
        {
            "start": 968910200,
            "stop": 968913064
        },
        {
            "start": 968914368,
            "stop": 968917074
        },
        {
            "start": 968918238,
            "stop": 968927960
        },
        {
            "start": 968928769,
            "stop": 968930354
        },
        {
            "start": 968931621,
            "stop": 968936421
        },
        {
            "start": 968937379,
            "stop": 968938049
        },
        {
            "start": 968939017,
            "stop": 968950687
        },
        {
            "start": 968952497,
            "stop": 968952816
        },
        {
            "start": 968953452,
            "stop": 968960479
        },
        {
            "start": 968962772,
            "stop": 968973466
        },
        {
            "start": 968973754,
            "stop": 968978816
        },
        {
            "start": 968982139,
            "stop": 968982145
        },
        {
            "start": 968984049,
            "stop": 968985362
        },
        {
            "start": 968986076,
            "stop": 968987081
        },
        {
            "start": 968988197,
            "stop": 969019212
        },
        {
            "start": 969020001,
            "stop": 969023458
        },
        {
            "start": 969024570,
            "stop": 969027655
        }
    ]
}