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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=40",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 41,
    "results": [
        {
            "start": 1187021436,
            "stop": 1187021509
        },
        {
            "start": 1187021619,
            "stop": 1187021749
        },
        {
            "start": 1187023761,
            "stop": 1187039713
        },
        {
            "start": 1187040967,
            "stop": 1187063520
        },
        {
            "start": 1187083265,
            "stop": 1187226516
        },
        {
            "start": 1187226993,
            "stop": 1187232087
        },
        {
            "start": 1187242937,
            "stop": 1187243529
        },
        {
            "start": 1187247857,
            "stop": 1187276788
        },
        {
            "start": 1187278805,
            "stop": 1187278848
        },
        {
            "start": 1187278947,
            "stop": 1187312514
        },
        {
            "start": 1187312992,
            "stop": 1187363516
        },
        {
            "start": 1187363820,
            "stop": 1187440026
        },
        {
            "start": 1187441995,
            "stop": 1187446882
        },
        {
            "start": 1187447680,
            "stop": 1187449219
        },
        {
            "start": 1187483747,
            "stop": 1187517678
        },
        {
            "start": 1187518507,
            "stop": 1187592904
        },
        {
            "start": 1187592909,
            "stop": 1187602158
        },
        {
            "start": 1187604329,
            "stop": 1187604380
        },
        {
            "start": 1187605180,
            "stop": 1187605276
        },
        {
            "start": 1187605364,
            "stop": 1187605470
        }
    ]
}