Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=209
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=208",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 209,
    "results": [
        {
            "start": 1261974089,
            "stop": 1261975669
        },
        {
            "start": 1261975671,
            "stop": 1261976857
        },
        {
            "start": 1261976862,
            "stop": 1261977433
        },
        {
            "start": 1261977438,
            "stop": 1261977630
        },
        {
            "start": 1261977635,
            "stop": 1261977915
        },
        {
            "start": 1261977920,
            "stop": 1261978857
        },
        {
            "start": 1261978860,
            "stop": 1261979353
        },
        {
            "start": 1261979357,
            "stop": 1261979545
        },
        {
            "start": 1261979550,
            "stop": 1261979752
        },
        {
            "start": 1261979757,
            "stop": 1261979790
        },
        {
            "start": 1261979791,
            "stop": 1261980020
        },
        {
            "start": 1261980025,
            "stop": 1261981066
        },
        {
            "start": 1261981070,
            "stop": 1261981708
        },
        {
            "start": 1261981711,
            "stop": 1261981819
        },
        {
            "start": 1261981821,
            "stop": 1261981949
        },
        {
            "start": 1261981952,
            "stop": 1261982129
        },
        {
            "start": 1261982134,
            "stop": 1261982621
        },
        {
            "start": 1261982624,
            "stop": 1261983017
        },
        {
            "start": 1261983022,
            "stop": 1261983037
        },
        {
            "start": 1261983041,
            "stop": 1261983253
        }
    ]
}