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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1708",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1706",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1707,
    "results": [
        {
            "start": 957771274,
            "stop": 957771496
        },
        {
            "start": 957771498,
            "stop": 957771630
        },
        {
            "start": 957771632,
            "stop": 957771882
        },
        {
            "start": 957771884,
            "stop": 957771955
        },
        {
            "start": 957771958,
            "stop": 957771986
        },
        {
            "start": 957771988,
            "stop": 957772011
        },
        {
            "start": 957772012,
            "stop": 957772379
        },
        {
            "start": 957772381,
            "stop": 957772478
        },
        {
            "start": 957772480,
            "stop": 957773065
        },
        {
            "start": 957773066,
            "stop": 957773308
        },
        {
            "start": 957773310,
            "stop": 957773352
        },
        {
            "start": 957773354,
            "stop": 957773411
        },
        {
            "start": 957773413,
            "stop": 957773666
        },
        {
            "start": 957773668,
            "stop": 957773834
        },
        {
            "start": 957773836,
            "stop": 957773878
        },
        {
            "start": 957773880,
            "stop": 957774383
        },
        {
            "start": 957774385,
            "stop": 957774579
        },
        {
            "start": 957774581,
            "stop": 957774590
        },
        {
            "start": 957774592,
            "stop": 957774638
        },
        {
            "start": 957778181,
            "stop": 957779616
        }
    ]
}