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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5310",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5308",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5309,
    "results": [
        {
            "start": 1137097158,
            "stop": 1137097323
        },
        {
            "start": 1137097324,
            "stop": 1137097327
        },
        {
            "start": 1137097328,
            "stop": 1137097334
        },
        {
            "start": 1137097336,
            "stop": 1137097340
        },
        {
            "start": 1137097342,
            "stop": 1137097344
        },
        {
            "start": 1137097346,
            "stop": 1137097348
        },
        {
            "start": 1137097350,
            "stop": 1137097351
        },
        {
            "start": 1137097354,
            "stop": 1137097383
        },
        {
            "start": 1137097385,
            "stop": 1137097455
        },
        {
            "start": 1137097456,
            "stop": 1137097551
        },
        {
            "start": 1137122581,
            "stop": 1137122705
        },
        {
            "start": 1137122707,
            "stop": 1137122717
        },
        {
            "start": 1137122719,
            "stop": 1137122721
        },
        {
            "start": 1137122722,
            "stop": 1137122758
        },
        {
            "start": 1137122760,
            "stop": 1137122811
        },
        {
            "start": 1137122813,
            "stop": 1137122819
        },
        {
            "start": 1137122821,
            "stop": 1137122823
        },
        {
            "start": 1137122825,
            "stop": 1137122828
        },
        {
            "start": 1137122829,
            "stop": 1137122831
        },
        {
            "start": 1137122833,
            "stop": 1137122835
        }
    ]
}