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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/V1_CBC_CAT1/segments?format=api&page=3",
    "results_count": 73,
    "results_per_page": 20,
    "num_pages": 4,
    "page_number": 4,
    "results": [
        {
            "start": 1187350888,
            "stop": 1187369600
        },
        {
            "start": 1187369640,
            "stop": 1187425680
        },
        {
            "start": 1187425800,
            "stop": 1187444209
        },
        {
            "start": 1187465006,
            "stop": 1187465810
        },
        {
            "start": 1187468146,
            "stop": 1187516826
        },
        {
            "start": 1187516828,
            "stop": 1187516831
        },
        {
            "start": 1187516835,
            "stop": 1187525074
        },
        {
            "start": 1187529750,
            "stop": 1187583210
        },
        {
            "start": 1187584510,
            "stop": 1187627468
        },
        {
            "start": 1187627475,
            "stop": 1187706970
        },
        {
            "start": 1187711176,
            "stop": 1187714890
        },
        {
            "start": 1187714940,
            "stop": 1187724604
        },
        {
            "start": 1187724607,
            "stop": 1187733618
        }
    ]
}