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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=101",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 102,
    "results": [
        {
            "start": 1239223122,
            "stop": 1239223185
        },
        {
            "start": 1239223188,
            "stop": 1239223219
        },
        {
            "start": 1239223221,
            "stop": 1239223249
        },
        {
            "start": 1239223251,
            "stop": 1239223252
        },
        {
            "start": 1239223254,
            "stop": 1239223294
        },
        {
            "start": 1239223297,
            "stop": 1239223316
        },
        {
            "start": 1239223319,
            "stop": 1239223370
        },
        {
            "start": 1239223373,
            "stop": 1239223448
        },
        {
            "start": 1239223451,
            "stop": 1239223710
        },
        {
            "start": 1239223712,
            "stop": 1239223748
        },
        {
            "start": 1239223749,
            "stop": 1239223751
        },
        {
            "start": 1239223752,
            "stop": 1239223829
        },
        {
            "start": 1239223832,
            "stop": 1239223908
        },
        {
            "start": 1239223909,
            "stop": 1239224083
        },
        {
            "start": 1239224085,
            "stop": 1239224116
        },
        {
            "start": 1239224117,
            "stop": 1239224433
        },
        {
            "start": 1239224434,
            "stop": 1239224459
        },
        {
            "start": 1239224461,
            "stop": 1239224764
        },
        {
            "start": 1239224766,
            "stop": 1239224891
        },
        {
            "start": 1239224892,
            "stop": 1239224964
        }
    ]
}