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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=29",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 30,
    "results": [
        {
            "start": 1133888871,
            "stop": 1133896398
        },
        {
            "start": 1133896603,
            "stop": 1133897375
        },
        {
            "start": 1133901686,
            "stop": 1133905796
        },
        {
            "start": 1133907138,
            "stop": 1133917593
        },
        {
            "start": 1133917595,
            "stop": 1133936784
        },
        {
            "start": 1133937320,
            "stop": 1133947314
        },
        {
            "start": 1133947316,
            "stop": 1133959471
        },
        {
            "start": 1133962350,
            "stop": 1133966021
        },
        {
            "start": 1133996444,
            "stop": 1134005181
        },
        {
            "start": 1134005183,
            "stop": 1134011326
        },
        {
            "start": 1134011328,
            "stop": 1134014015
        },
        {
            "start": 1134014837,
            "stop": 1134018838
        },
        {
            "start": 1134148092,
            "stop": 1134158522
        },
        {
            "start": 1134158523,
            "stop": 1134158818
        },
        {
            "start": 1134159988,
            "stop": 1134178122
        },
        {
            "start": 1134180902,
            "stop": 1134187644
        },
        {
            "start": 1134187646,
            "stop": 1134218536
        },
        {
            "start": 1134223522,
            "stop": 1134224384
        },
        {
            "start": 1134252387,
            "stop": 1134257172
        },
        {
            "start": 1134257606,
            "stop": 1134258351
        }
    ]
}