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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=912",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=910",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 911,
    "results": [
        {
            "start": 1251438400,
            "stop": 1251438579
        },
        {
            "start": 1251438583,
            "stop": 1251438631
        },
        {
            "start": 1251438634,
            "stop": 1251438805
        },
        {
            "start": 1251438809,
            "stop": 1251438872
        },
        {
            "start": 1251438875,
            "stop": 1251439021
        },
        {
            "start": 1251439025,
            "stop": 1251439092
        },
        {
            "start": 1251439096,
            "stop": 1251439199
        },
        {
            "start": 1251439203,
            "stop": 1251439448
        },
        {
            "start": 1251439451,
            "stop": 1251439691
        },
        {
            "start": 1251439692,
            "stop": 1251439697
        },
        {
            "start": 1251439702,
            "stop": 1251439855
        },
        {
            "start": 1251439858,
            "stop": 1251439908
        },
        {
            "start": 1251439910,
            "stop": 1251440055
        },
        {
            "start": 1251440059,
            "stop": 1251440185
        },
        {
            "start": 1251440189,
            "stop": 1251440209
        },
        {
            "start": 1251440214,
            "stop": 1251440311
        },
        {
            "start": 1251440315,
            "stop": 1251440831
        },
        {
            "start": 1251440835,
            "stop": 1251441206
        },
        {
            "start": 1251441210,
            "stop": 1251441256
        },
        {
            "start": 1251441260,
            "stop": 1251441318
        }
    ]
}