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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=151",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 152,
    "results": [
        {
            "start": 1177433167,
            "stop": 1177433174
        },
        {
            "start": 1177433178,
            "stop": 1177433212
        },
        {
            "start": 1177433218,
            "stop": 1177433221
        },
        {
            "start": 1177433229,
            "stop": 1177433232
        },
        {
            "start": 1177433237,
            "stop": 1177433243
        },
        {
            "start": 1177433244,
            "stop": 1177433270
        },
        {
            "start": 1177433276,
            "stop": 1177433279
        },
        {
            "start": 1177433285,
            "stop": 1177433326
        },
        {
            "start": 1177433327,
            "stop": 1177433494
        },
        {
            "start": 1177433499,
            "stop": 1177433503
        },
        {
            "start": 1177433510,
            "stop": 1177433516
        },
        {
            "start": 1177433521,
            "stop": 1177433527
        },
        {
            "start": 1177433531,
            "stop": 1177433537
        },
        {
            "start": 1177433540,
            "stop": 1177433613
        },
        {
            "start": 1177433615,
            "stop": 1177433622
        },
        {
            "start": 1177433627,
            "stop": 1177433634
        },
        {
            "start": 1177433639,
            "stop": 1177433643
        },
        {
            "start": 1177433650,
            "stop": 1177433654
        },
        {
            "start": 1177433662,
            "stop": 1177433665
        },
        {
            "start": 1177433673,
            "stop": 1177433677
        }
    ]
}