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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=80",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 81,
    "results": [
        {
            "start": 1238453398,
            "stop": 1238454238
        },
        {
            "start": 1238454240,
            "stop": 1238455113
        },
        {
            "start": 1238455114,
            "stop": 1238455178
        },
        {
            "start": 1238455179,
            "stop": 1238455194
        },
        {
            "start": 1238455197,
            "stop": 1238455309
        },
        {
            "start": 1238455310,
            "stop": 1238455733
        },
        {
            "start": 1238455735,
            "stop": 1238455801
        },
        {
            "start": 1238455802,
            "stop": 1238455805
        },
        {
            "start": 1238455806,
            "stop": 1238455923
        },
        {
            "start": 1238455924,
            "stop": 1238456208
        },
        {
            "start": 1238456210,
            "stop": 1238456673
        },
        {
            "start": 1238456674,
            "stop": 1238456918
        },
        {
            "start": 1238456922,
            "stop": 1238457505
        },
        {
            "start": 1238457507,
            "stop": 1238457708
        },
        {
            "start": 1238457710,
            "stop": 1238457866
        },
        {
            "start": 1238457868,
            "stop": 1238459531
        },
        {
            "start": 1238459533,
            "stop": 1238459858
        },
        {
            "start": 1238459859,
            "stop": 1238460930
        },
        {
            "start": 1238460932,
            "stop": 1238462306
        },
        {
            "start": 1238462307,
            "stop": 1238462662
        }
    ]
}