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/L1_CBC_CAT1/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/O2/timelines/L1_CBC_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=29",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 30,
    "results": [
        {
            "start": 1180276532,
            "stop": 1180285162
        },
        {
            "start": 1180285216,
            "stop": 1180295607
        },
        {
            "start": 1180312589,
            "stop": 1180358872
        },
        {
            "start": 1180361159,
            "stop": 1180364925
        },
        {
            "start": 1180364997,
            "stop": 1180373277
        },
        {
            "start": 1180380952,
            "stop": 1180394153
        },
        {
            "start": 1180403138,
            "stop": 1180453443
        },
        {
            "start": 1180469585,
            "stop": 1180476896
        },
        {
            "start": 1180494477,
            "stop": 1180534856
        },
        {
            "start": 1180540157,
            "stop": 1180580477
        },
        {
            "start": 1180580549,
            "stop": 1180592345
        },
        {
            "start": 1180595083,
            "stop": 1180602318
        },
        {
            "start": 1180604133,
            "stop": 1180604451
        },
        {
            "start": 1180606338,
            "stop": 1180606464
        },
        {
            "start": 1180606664,
            "stop": 1180621835
        },
        {
            "start": 1180626117,
            "stop": 1180684101
        },
        {
            "start": 1180685921,
            "stop": 1180694257
        },
        {
            "start": 1180696179,
            "stop": 1180698860
        },
        {
            "start": 1180701577,
            "stop": 1180706966
        },
        {
            "start": 1180749549,
            "stop": 1180751175
        }
    ]
}