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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=22",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 23,
    "results": [
        {
            "start": 1369478380,
            "stop": 1369478724
        },
        {
            "start": 1369478726,
            "stop": 1369479751
        },
        {
            "start": 1369479754,
            "stop": 1369481082
        },
        {
            "start": 1369481083,
            "stop": 1369482577
        },
        {
            "start": 1369482579,
            "stop": 1369482888
        },
        {
            "start": 1369482889,
            "stop": 1369483958
        },
        {
            "start": 1369483960,
            "stop": 1369485558
        },
        {
            "start": 1369485559,
            "stop": 1369486699
        },
        {
            "start": 1369486704,
            "stop": 1369487487
        },
        {
            "start": 1369487488,
            "stop": 1369487949
        },
        {
            "start": 1369487951,
            "stop": 1369489742
        },
        {
            "start": 1369489744,
            "stop": 1369490543
        },
        {
            "start": 1369512167,
            "stop": 1369514641
        },
        {
            "start": 1369514643,
            "stop": 1369514955
        },
        {
            "start": 1369514957,
            "stop": 1369517552
        },
        {
            "start": 1369517554,
            "stop": 1369520019
        },
        {
            "start": 1369520021,
            "stop": 1369523489
        },
        {
            "start": 1369523490,
            "stop": 1369525922
        },
        {
            "start": 1369525924,
            "stop": 1369527356
        },
        {
            "start": 1369527360,
            "stop": 1369529318
        }
    ]
}