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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14113",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14114,
    "results": [
        {
            "start": 971160578,
            "stop": 971160582
        },
        {
            "start": 971160583,
            "stop": 971160589
        },
        {
            "start": 971160594,
            "stop": 971160596
        },
        {
            "start": 971160602,
            "stop": 971160603
        },
        {
            "start": 971160604,
            "stop": 971160605
        },
        {
            "start": 971160615,
            "stop": 971160617
        },
        {
            "start": 971160620,
            "stop": 971160623
        },
        {
            "start": 971160629,
            "stop": 971160630
        },
        {
            "start": 971160631,
            "stop": 971160632
        },
        {
            "start": 971160637,
            "stop": 971160639
        },
        {
            "start": 971160642,
            "stop": 971160644
        },
        {
            "start": 971160646,
            "stop": 971160648
        },
        {
            "start": 971160649,
            "stop": 971160654
        },
        {
            "start": 971160656,
            "stop": 971160657
        },
        {
            "start": 971160658,
            "stop": 971160661
        },
        {
            "start": 971160665,
            "stop": 971160667
        },
        {
            "start": 971160668,
            "stop": 971160670
        },
        {
            "start": 971160672,
            "stop": 971160676
        },
        {
            "start": 971160681,
            "stop": 971160685
        },
        {
            "start": 971160686,
            "stop": 971160688
        }
    ]
}