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=14107
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=14108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14106",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14107,
    "results": [
        {
            "start": 971159868,
            "stop": 971159869
        },
        {
            "start": 971159870,
            "stop": 971159871
        },
        {
            "start": 971159876,
            "stop": 971159877
        },
        {
            "start": 971159879,
            "stop": 971159884
        },
        {
            "start": 971159886,
            "stop": 971159887
        },
        {
            "start": 971159888,
            "stop": 971159890
        },
        {
            "start": 971159891,
            "stop": 971159893
        },
        {
            "start": 971159894,
            "stop": 971159895
        },
        {
            "start": 971159896,
            "stop": 971159902
        },
        {
            "start": 971159911,
            "stop": 971159912
        },
        {
            "start": 971159916,
            "stop": 971159917
        },
        {
            "start": 971159921,
            "stop": 971159922
        },
        {
            "start": 971159923,
            "stop": 971159924
        },
        {
            "start": 971159927,
            "stop": 971159932
        },
        {
            "start": 971159934,
            "stop": 971159937
        },
        {
            "start": 971159939,
            "stop": 971159947
        },
        {
            "start": 971159948,
            "stop": 971159950
        },
        {
            "start": 971159951,
            "stop": 971159953
        },
        {
            "start": 971159954,
            "stop": 971159958
        },
        {
            "start": 971159960,
            "stop": 971159962
        }
    ]
}