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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=48",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 49,
    "results": [
        {
            "start": 942337150,
            "stop": 942341240
        },
        {
            "start": 942341649,
            "stop": 942342050
        },
        {
            "start": 942343088,
            "stop": 942343223
        },
        {
            "start": 942346580,
            "stop": 942353285
        },
        {
            "start": 942356963,
            "stop": 942363871
        },
        {
            "start": 942364472,
            "stop": 942377664
        },
        {
            "start": 942378531,
            "stop": 942383645
        },
        {
            "start": 942384740,
            "stop": 942409252
        },
        {
            "start": 942410068,
            "stop": 942411305
        },
        {
            "start": 942413121,
            "stop": 942413209
        },
        {
            "start": 942414536,
            "stop": 942415375
        },
        {
            "start": 942418363,
            "stop": 942418401
        },
        {
            "start": 942419816,
            "stop": 942420708
        },
        {
            "start": 942422650,
            "stop": 942422951
        },
        {
            "start": 942423762,
            "stop": 942423935
        },
        {
            "start": 942425621,
            "stop": 942431748
        },
        {
            "start": 942437933,
            "stop": 942438850
        },
        {
            "start": 942444154,
            "stop": 942444302
        },
        {
            "start": 942445973,
            "stop": 942447126
        },
        {
            "start": 942447199,
            "stop": 942447348
        }
    ]
}