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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2964",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2965,
    "results": [
        {
            "start": 860499895,
            "stop": 860501626
        },
        {
            "start": 860501630,
            "stop": 860506689
        },
        {
            "start": 860507267,
            "stop": 860508480
        },
        {
            "start": 860508540,
            "stop": 860509484
        },
        {
            "start": 860510062,
            "stop": 860510213
        },
        {
            "start": 860510570,
            "stop": 860510600
        },
        {
            "start": 860511308,
            "stop": 860511660
        },
        {
            "start": 860511720,
            "stop": 860513640
        },
        {
            "start": 860513700,
            "stop": 860514000
        },
        {
            "start": 860514123,
            "stop": 860514498
        },
        {
            "start": 860514500,
            "stop": 860515860
        },
        {
            "start": 860515920,
            "stop": 860517966
        },
        {
            "start": 860518187,
            "stop": 860519160
        },
        {
            "start": 860519385,
            "stop": 860519601
        },
        {
            "start": 860519605,
            "stop": 860519640
        },
        {
            "start": 860519700,
            "stop": 860519937
        },
        {
            "start": 860519943,
            "stop": 860519955
        },
        {
            "start": 860519960,
            "stop": 860520105
        },
        {
            "start": 860520110,
            "stop": 860520300
        },
        {
            "start": 860520360,
            "stop": 860521304
        }
    ]
}