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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=17",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 18,
    "results": [
        {
            "start": 1127440817,
            "stop": 1127440997
        },
        {
            "start": 1127441117,
            "stop": 1127441177
        },
        {
            "start": 1127441297,
            "stop": 1127441357
        },
        {
            "start": 1127442977,
            "stop": 1127443037
        },
        {
            "start": 1127443157,
            "stop": 1127443217
        },
        {
            "start": 1127443277,
            "stop": 1127443877
        },
        {
            "start": 1127444177,
            "stop": 1127444717
        },
        {
            "start": 1127444837,
            "stop": 1127444897
        },
        {
            "start": 1127447357,
            "stop": 1127447417
        },
        {
            "start": 1127447537,
            "stop": 1127447597
        },
        {
            "start": 1127447957,
            "stop": 1127448257
        },
        {
            "start": 1127448497,
            "stop": 1127448917
        },
        {
            "start": 1127448977,
            "stop": 1127449037
        },
        {
            "start": 1127449397,
            "stop": 1127449457
        },
        {
            "start": 1127449517,
            "stop": 1127449697
        },
        {
            "start": 1127449877,
            "stop": 1127449937
        },
        {
            "start": 1127450237,
            "stop": 1127450417
        },
        {
            "start": 1127450537,
            "stop": 1127451317
        },
        {
            "start": 1127451557,
            "stop": 1127451737
        },
        {
            "start": 1127451857,
            "stop": 1127451917
        }
    ]
}