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=14133
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=14134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14132",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14133,
    "results": [
        {
            "start": 971162566,
            "stop": 971162568
        },
        {
            "start": 971162571,
            "stop": 971162575
        },
        {
            "start": 971162583,
            "stop": 971162586
        },
        {
            "start": 971162589,
            "stop": 971162590
        },
        {
            "start": 971162594,
            "stop": 971162595
        },
        {
            "start": 971162597,
            "stop": 971162608
        },
        {
            "start": 971162611,
            "stop": 971162614
        },
        {
            "start": 971162615,
            "stop": 971162619
        },
        {
            "start": 971162621,
            "stop": 971162622
        },
        {
            "start": 971162623,
            "stop": 971162624
        },
        {
            "start": 971162627,
            "stop": 971162629
        },
        {
            "start": 971162630,
            "stop": 971162644
        },
        {
            "start": 971162648,
            "stop": 971162650
        },
        {
            "start": 971162651,
            "stop": 971162652
        },
        {
            "start": 971162654,
            "stop": 971162661
        },
        {
            "start": 971162665,
            "stop": 971162669
        },
        {
            "start": 971162670,
            "stop": 971162672
        },
        {
            "start": 971162676,
            "stop": 971162682
        },
        {
            "start": 971162684,
            "stop": 971162700
        },
        {
            "start": 971162704,
            "stop": 971162707
        }
    ]
}