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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=3",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 4,
    "results": [
        {
            "start": 1127464807,
            "stop": 1127464895
        },
        {
            "start": 1127467057,
            "stop": 1127480974
        },
        {
            "start": 1127481224,
            "stop": 1127483227
        },
        {
            "start": 1127496739,
            "stop": 1127506096
        },
        {
            "start": 1127507785,
            "stop": 1127508497
        },
        {
            "start": 1127512184,
            "stop": 1127565085
        },
        {
            "start": 1127588468,
            "stop": 1127596191
        },
        {
            "start": 1127596424,
            "stop": 1127613326
        },
        {
            "start": 1127616674,
            "stop": 1127658897
        },
        {
            "start": 1127664295,
            "stop": 1127666082
        },
        {
            "start": 1127666339,
            "stop": 1127668646
        },
        {
            "start": 1127678215,
            "stop": 1127679029
        },
        {
            "start": 1127688232,
            "stop": 1127742709
        },
        {
            "start": 1127743815,
            "stop": 1127744349
        },
        {
            "start": 1127777841,
            "stop": 1127778327
        },
        {
            "start": 1127781074,
            "stop": 1127797784
        },
        {
            "start": 1127807931,
            "stop": 1127820439
        },
        {
            "start": 1127820690,
            "stop": 1127822123
        },
        {
            "start": 1127822932,
            "stop": 1127824340
        },
        {
            "start": 1127824591,
            "stop": 1127828337
        }
    ]
}