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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=27",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 28,
    "results": [
        {
            "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
        },
        {
            "start": 1127452097,
            "stop": 1127452217
        },
        {
            "start": 1127452397,
            "stop": 1127452457
        },
        {
            "start": 1127452757,
            "stop": 1127452817
        },
        {
            "start": 1127452937,
            "stop": 1127452997
        }
    ]
}