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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=41",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 42,
    "results": [
        {
            "start": 1173020684,
            "stop": 1173020703
        },
        {
            "start": 1173020705,
            "stop": 1173021688
        },
        {
            "start": 1173021689,
            "stop": 1173028939
        },
        {
            "start": 1173028944,
            "stop": 1173033081
        },
        {
            "start": 1173033101,
            "stop": 1173033563
        },
        {
            "start": 1173033565,
            "stop": 1173036589
        },
        {
            "start": 1173036591,
            "stop": 1173044333
        },
        {
            "start": 1173044334,
            "stop": 1173044697
        },
        {
            "start": 1173044698,
            "stop": 1173044701
        },
        {
            "start": 1173044702,
            "stop": 1173045223
        },
        {
            "start": 1173045226,
            "stop": 1173045273
        },
        {
            "start": 1173045277,
            "stop": 1173054525
        },
        {
            "start": 1173054527,
            "stop": 1173054841
        },
        {
            "start": 1173059279,
            "stop": 1173059715
        },
        {
            "start": 1173059745,
            "stop": 1173060210
        },
        {
            "start": 1173061369,
            "stop": 1173063617
        },
        {
            "start": 1173063619,
            "stop": 1173069913
        },
        {
            "start": 1173069915,
            "stop": 1173070650
        },
        {
            "start": 1173075303,
            "stop": 1173075334
        },
        {
            "start": 1173075336,
            "stop": 1173075398
        }
    ]
}