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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1850",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1848",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1849,
    "results": [
        {
            "start": 1250603578,
            "stop": 1250604208
        },
        {
            "start": 1250604210,
            "stop": 1250604796
        },
        {
            "start": 1250604799,
            "stop": 1250611929
        },
        {
            "start": 1250611932,
            "stop": 1250615810
        },
        {
            "start": 1250615812,
            "stop": 1250616243
        },
        {
            "start": 1250616246,
            "stop": 1250617933
        },
        {
            "start": 1250617938,
            "stop": 1250617990
        },
        {
            "start": 1250617993,
            "stop": 1250618021
        },
        {
            "start": 1250618022,
            "stop": 1250618025
        },
        {
            "start": 1250618027,
            "stop": 1250618088
        },
        {
            "start": 1250618090,
            "stop": 1250618771
        },
        {
            "start": 1250618778,
            "stop": 1250620080
        },
        {
            "start": 1250620082,
            "stop": 1250620840
        },
        {
            "start": 1250620843,
            "stop": 1250621135
        },
        {
            "start": 1250621136,
            "stop": 1250622604
        },
        {
            "start": 1250622605,
            "stop": 1250622606
        },
        {
            "start": 1250622608,
            "stop": 1250622612
        },
        {
            "start": 1250622614,
            "stop": 1250622752
        },
        {
            "start": 1250622753,
            "stop": 1250622761
        },
        {
            "start": 1250622762,
            "stop": 1250622771
        }
    ]
}