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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=341",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 342,
    "results": [
        {
            "start": 931828851,
            "stop": 931828854
        },
        {
            "start": 931828858,
            "stop": 931828860
        },
        {
            "start": 931828866,
            "stop": 931828868
        },
        {
            "start": 931828873,
            "stop": 931828880
        },
        {
            "start": 931828883,
            "stop": 931828884
        },
        {
            "start": 931828892,
            "stop": 931828897
        },
        {
            "start": 931828908,
            "stop": 931828914
        },
        {
            "start": 931828917,
            "stop": 931828918
        },
        {
            "start": 931828933,
            "stop": 931828934
        },
        {
            "start": 931828937,
            "stop": 931828942
        },
        {
            "start": 931828946,
            "stop": 931828949
        },
        {
            "start": 931828952,
            "stop": 931828955
        },
        {
            "start": 931828963,
            "stop": 931828964
        },
        {
            "start": 931828972,
            "stop": 931828973
        },
        {
            "start": 931828984,
            "stop": 931828986
        },
        {
            "start": 931828988,
            "stop": 931828991
        },
        {
            "start": 931828999,
            "stop": 931829000
        },
        {
            "start": 931829003,
            "stop": 931829009
        },
        {
            "start": 931829016,
            "stop": 931829019
        },
        {
            "start": 931829023,
            "stop": 931829024
        }
    ]
}