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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 150,
    "results": [
        {
            "start": 1381678447,
            "stop": 1381682064
        },
        {
            "start": 1381682069,
            "stop": 1381682199
        },
        {
            "start": 1381682204,
            "stop": 1381682932
        },
        {
            "start": 1381683391,
            "stop": 1381687331
        },
        {
            "start": 1381687341,
            "stop": 1381690875
        },
        {
            "start": 1381705706,
            "stop": 1381706394
        },
        {
            "start": 1381706398,
            "stop": 1381710054
        },
        {
            "start": 1381710059,
            "stop": 1381712379
        },
        {
            "start": 1381712384,
            "stop": 1381723442
        },
        {
            "start": 1381723447,
            "stop": 1381725713
        },
        {
            "start": 1381725718,
            "stop": 1381725967
        },
        {
            "start": 1381725972,
            "stop": 1381726328
        },
        {
            "start": 1381726333,
            "stop": 1381729453
        },
        {
            "start": 1381729458,
            "stop": 1381730009
        },
        {
            "start": 1381730014,
            "stop": 1381732317
        },
        {
            "start": 1381732322,
            "stop": 1381741280
        },
        {
            "start": 1381741285,
            "stop": 1381742536
        },
        {
            "start": 1381742541,
            "stop": 1381747594
        },
        {
            "start": 1381747599,
            "stop": 1381757448
        },
        {
            "start": 1381757453,
            "stop": 1381758511
        }
    ]
}