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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=580",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=578",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 579,
    "results": [
        {
            "start": 838758454,
            "stop": 838822633
        },
        {
            "start": 838822640,
            "stop": 838823092
        },
        {
            "start": 838825370,
            "stop": 838831638
        },
        {
            "start": 838832909,
            "stop": 838844168
        },
        {
            "start": 838845349,
            "stop": 838856225
        },
        {
            "start": 838856232,
            "stop": 838910811
        },
        {
            "start": 838910816,
            "stop": 838910826
        },
        {
            "start": 838910836,
            "stop": 838910844
        },
        {
            "start": 838910852,
            "stop": 838911830
        },
        {
            "start": 838912976,
            "stop": 838923948
        },
        {
            "start": 838926508,
            "stop": 838966565
        },
        {
            "start": 838966571,
            "stop": 839008016
        },
        {
            "start": 839008022,
            "stop": 839017961
        },
        {
            "start": 839017968,
            "stop": 839017972
        },
        {
            "start": 839017979,
            "stop": 839020536
        },
        {
            "start": 839021687,
            "stop": 839025078
        },
        {
            "start": 839026082,
            "stop": 839026779
        },
        {
            "start": 839027371,
            "stop": 839033946
        },
        {
            "start": 839033952,
            "stop": 839045264
        },
        {
            "start": 839045270,
            "stop": 839046371
        }
    ]
}