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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=126",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 127,
    "results": [
        {
            "start": 963130693,
            "stop": 963132777
        },
        {
            "start": 963139291,
            "stop": 963142821
        },
        {
            "start": 963149283,
            "stop": 963149933
        },
        {
            "start": 963155202,
            "stop": 963156623
        },
        {
            "start": 963157613,
            "stop": 963159479
        },
        {
            "start": 963160390,
            "stop": 963161238
        },
        {
            "start": 963163842,
            "stop": 963163870
        },
        {
            "start": 963163898,
            "stop": 963165125
        },
        {
            "start": 963168984,
            "stop": 963170368
        },
        {
            "start": 963175213,
            "stop": 963179508
        },
        {
            "start": 963180628,
            "stop": 963184769
        },
        {
            "start": 963189245,
            "stop": 963195653
        },
        {
            "start": 963206222,
            "stop": 963216428
        },
        {
            "start": 963219293,
            "stop": 963226362
        },
        {
            "start": 963228893,
            "stop": 963229660
        },
        {
            "start": 963232467,
            "stop": 963232526
        },
        {
            "start": 963233965,
            "stop": 963235490
        },
        {
            "start": 963236714,
            "stop": 963236989
        },
        {
            "start": 963238420,
            "stop": 963241364
        },
        {
            "start": 963243980,
            "stop": 963247687
        }
    ]
}