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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=577",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=575",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 576,
    "results": [
        {
            "start": 1187393839,
            "stop": 1187394920
        },
        {
            "start": 1187394923,
            "stop": 1187399430
        },
        {
            "start": 1187399434,
            "stop": 1187405369
        },
        {
            "start": 1187405372,
            "stop": 1187408963
        },
        {
            "start": 1187408966,
            "stop": 1187440026
        },
        {
            "start": 1187441995,
            "stop": 1187446882
        },
        {
            "start": 1187447680,
            "stop": 1187449170
        },
        {
            "start": 1187449173,
            "stop": 1187449219
        },
        {
            "start": 1187483747,
            "stop": 1187484260
        },
        {
            "start": 1187484264,
            "stop": 1187485151
        },
        {
            "start": 1187485154,
            "stop": 1187485156
        },
        {
            "start": 1187485159,
            "stop": 1187487074
        },
        {
            "start": 1187487078,
            "stop": 1187487316
        },
        {
            "start": 1187487320,
            "stop": 1187493990
        },
        {
            "start": 1187493994,
            "stop": 1187517678
        },
        {
            "start": 1187518507,
            "stop": 1187525523
        },
        {
            "start": 1187525527,
            "stop": 1187539287
        },
        {
            "start": 1187539290,
            "stop": 1187541918
        },
        {
            "start": 1187541922,
            "stop": 1187544030
        },
        {
            "start": 1187544034,
            "stop": 1187544486
        }
    ]
}