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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1597",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1595",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1596,
    "results": [
        {
            "start": 953321502,
            "stop": 953323349
        },
        {
            "start": 953324687,
            "stop": 953325128
        },
        {
            "start": 953325130,
            "stop": 953326231
        },
        {
            "start": 953326232,
            "stop": 953326271
        },
        {
            "start": 953326273,
            "stop": 953330570
        },
        {
            "start": 953330572,
            "stop": 953330887
        },
        {
            "start": 953330889,
            "stop": 953333066
        },
        {
            "start": 953333067,
            "stop": 953333425
        },
        {
            "start": 953333427,
            "stop": 953335412
        },
        {
            "start": 953335414,
            "stop": 953336620
        },
        {
            "start": 953336622,
            "stop": 953338400
        },
        {
            "start": 953338402,
            "stop": 953338552
        },
        {
            "start": 953338554,
            "stop": 953339035
        },
        {
            "start": 953339037,
            "stop": 953339096
        },
        {
            "start": 953339098,
            "stop": 953339305
        },
        {
            "start": 953339307,
            "stop": 953340091
        },
        {
            "start": 953340093,
            "stop": 953340552
        },
        {
            "start": 953340554,
            "stop": 953340726
        },
        {
            "start": 953340728,
            "stop": 953341027
        },
        {
            "start": 953341029,
            "stop": 953341432
        }
    ]
}