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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6985",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6986,
    "results": [
        {
            "start": 873828097,
            "stop": 873828235
        },
        {
            "start": 873828239,
            "stop": 873828268
        },
        {
            "start": 873828273,
            "stop": 873828283
        },
        {
            "start": 873828287,
            "stop": 873828344
        },
        {
            "start": 873828348,
            "stop": 873828351
        },
        {
            "start": 873828356,
            "stop": 873828393
        },
        {
            "start": 873828396,
            "stop": 873828450
        },
        {
            "start": 873828454,
            "stop": 873828501
        },
        {
            "start": 873828506,
            "stop": 873828516
        },
        {
            "start": 873828521,
            "stop": 873828524
        },
        {
            "start": 873828528,
            "stop": 873828531
        },
        {
            "start": 873828534,
            "stop": 873828553
        },
        {
            "start": 873828557,
            "stop": 873828657
        },
        {
            "start": 873828720,
            "stop": 873828865
        },
        {
            "start": 873828868,
            "stop": 873828924
        },
        {
            "start": 873828928,
            "stop": 873828931
        },
        {
            "start": 873828934,
            "stop": 873828960
        },
        {
            "start": 873829020,
            "stop": 873829032
        },
        {
            "start": 873829035,
            "stop": 873829063
        },
        {
            "start": 873829067,
            "stop": 873829077
        }
    ]
}