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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 147,
    "results": [
        {
            "start": 1239732334,
            "stop": 1239732472
        },
        {
            "start": 1239732473,
            "stop": 1239732548
        },
        {
            "start": 1239732551,
            "stop": 1239732615
        },
        {
            "start": 1239732616,
            "stop": 1239732651
        },
        {
            "start": 1239732652,
            "stop": 1239732907
        },
        {
            "start": 1239732909,
            "stop": 1239733344
        },
        {
            "start": 1239733345,
            "stop": 1239733487
        },
        {
            "start": 1239733488,
            "stop": 1239734216
        },
        {
            "start": 1239734217,
            "stop": 1239734513
        },
        {
            "start": 1239734516,
            "stop": 1239735959
        },
        {
            "start": 1239735962,
            "stop": 1239735971
        },
        {
            "start": 1239735972,
            "stop": 1239736118
        },
        {
            "start": 1239736119,
            "stop": 1239736985
        },
        {
            "start": 1239736986,
            "stop": 1239737199
        },
        {
            "start": 1239737200,
            "stop": 1239737237
        },
        {
            "start": 1239737240,
            "stop": 1239737319
        },
        {
            "start": 1239737320,
            "stop": 1239737321
        },
        {
            "start": 1239737322,
            "stop": 1239737488
        },
        {
            "start": 1239737489,
            "stop": 1239737672
        },
        {
            "start": 1239737674,
            "stop": 1239737983
        }
    ]
}