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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29368",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29366",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29367,
    "results": [
        {
            "start": 971261646,
            "stop": 971261661
        },
        {
            "start": 971261664,
            "stop": 971261681
        },
        {
            "start": 971261682,
            "stop": 971261704
        },
        {
            "start": 971261706,
            "stop": 971261710
        },
        {
            "start": 971261712,
            "stop": 971261721
        },
        {
            "start": 971261722,
            "stop": 971261727
        },
        {
            "start": 971261729,
            "stop": 971261737
        },
        {
            "start": 971261739,
            "stop": 971261741
        },
        {
            "start": 971261742,
            "stop": 971261770
        },
        {
            "start": 971261772,
            "stop": 971261781
        },
        {
            "start": 971261782,
            "stop": 971261809
        },
        {
            "start": 971261811,
            "stop": 971261812
        },
        {
            "start": 971261815,
            "stop": 971261821
        },
        {
            "start": 971261823,
            "stop": 971261824
        },
        {
            "start": 971261826,
            "stop": 971261848
        },
        {
            "start": 971261851,
            "stop": 971261857
        },
        {
            "start": 971261859,
            "stop": 971261873
        },
        {
            "start": 971261874,
            "stop": 971261892
        },
        {
            "start": 971261893,
            "stop": 971261942
        },
        {
            "start": 971261943,
            "stop": 971261945
        }
    ]
}