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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=127",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 128,
    "results": [
        {
            "start": 1379616383,
            "stop": 1379616964
        },
        {
            "start": 1379616969,
            "stop": 1379626663
        },
        {
            "start": 1379626668,
            "stop": 1379631186
        },
        {
            "start": 1379631191,
            "stop": 1379647370
        },
        {
            "start": 1379647375,
            "stop": 1379647686
        },
        {
            "start": 1379647691,
            "stop": 1379652325
        },
        {
            "start": 1379652330,
            "stop": 1379656832
        },
        {
            "start": 1379656837,
            "stop": 1379657033
        },
        {
            "start": 1379657038,
            "stop": 1379659133
        },
        {
            "start": 1379659138,
            "stop": 1379661886
        },
        {
            "start": 1379661891,
            "stop": 1379669961
        },
        {
            "start": 1379669966,
            "stop": 1379675291
        },
        {
            "start": 1379675296,
            "stop": 1379678937
        },
        {
            "start": 1379678942,
            "stop": 1379680998
        },
        {
            "start": 1379681003,
            "stop": 1379681338
        },
        {
            "start": 1379681343,
            "stop": 1379684660
        },
        {
            "start": 1379684665,
            "stop": 1379696271
        },
        {
            "start": 1379698887,
            "stop": 1379705935
        },
        {
            "start": 1379705940,
            "stop": 1379710478
        },
        {
            "start": 1379710483,
            "stop": 1379713061
        }
    ]
}