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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=309",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 310,
    "results": [
        {
            "start": 931771870,
            "stop": 931771871
        },
        {
            "start": 931771874,
            "stop": 931771886
        },
        {
            "start": 931771894,
            "stop": 931771897
        },
        {
            "start": 931771900,
            "stop": 931771918
        },
        {
            "start": 931771921,
            "stop": 931771926
        },
        {
            "start": 931771928,
            "stop": 931771929
        },
        {
            "start": 931771932,
            "stop": 931771947
        },
        {
            "start": 931771952,
            "stop": 931771959
        },
        {
            "start": 931771962,
            "stop": 931771967
        },
        {
            "start": 931771969,
            "stop": 931771971
        },
        {
            "start": 931771974,
            "stop": 931771977
        },
        {
            "start": 931771980,
            "stop": 931771982
        },
        {
            "start": 931771985,
            "stop": 931771987
        },
        {
            "start": 931771990,
            "stop": 931771993
        },
        {
            "start": 931772001,
            "stop": 931772006
        },
        {
            "start": 931772011,
            "stop": 931772016
        },
        {
            "start": 931772019,
            "stop": 931772026
        },
        {
            "start": 931772029,
            "stop": 931772043
        },
        {
            "start": 931772046,
            "stop": 931772048
        },
        {
            "start": 931772051,
            "stop": 931772052
        }
    ]
}