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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6650",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6651,
    "results": [
        {
            "start": 874985226,
            "stop": 874985377
        },
        {
            "start": 874985379,
            "stop": 874985556
        },
        {
            "start": 874986868,
            "stop": 874987379
        },
        {
            "start": 874987381,
            "stop": 874987506
        },
        {
            "start": 874987507,
            "stop": 874987636
        },
        {
            "start": 874987637,
            "stop": 874987837
        },
        {
            "start": 874987838,
            "stop": 874987895
        },
        {
            "start": 874990134,
            "stop": 874990384
        },
        {
            "start": 874990385,
            "stop": 874990439
        },
        {
            "start": 874990440,
            "stop": 874990510
        },
        {
            "start": 874990511,
            "stop": 874990964
        },
        {
            "start": 874990965,
            "stop": 874991439
        },
        {
            "start": 874991440,
            "stop": 874991765
        },
        {
            "start": 874991766,
            "stop": 874991823
        },
        {
            "start": 874991825,
            "stop": 874991921
        },
        {
            "start": 874991922,
            "stop": 874992128
        },
        {
            "start": 874992129,
            "stop": 874992502
        },
        {
            "start": 874992503,
            "stop": 874993088
        },
        {
            "start": 874993089,
            "stop": 874993102
        },
        {
            "start": 874993103,
            "stop": 874993393
        }
    ]
}