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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=177",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 178,
    "results": [
        {
            "start": 831564818,
            "stop": 831565658
        },
        {
            "start": 831565660,
            "stop": 831565911
        },
        {
            "start": 831565913,
            "stop": 831566025
        },
        {
            "start": 831566027,
            "stop": 831568367
        },
        {
            "start": 831569462,
            "stop": 831571155
        },
        {
            "start": 831571156,
            "stop": 831571748
        },
        {
            "start": 831571750,
            "stop": 831571881
        },
        {
            "start": 831571884,
            "stop": 831571969
        },
        {
            "start": 831574395,
            "stop": 831574960
        },
        {
            "start": 831574962,
            "stop": 831576080
        },
        {
            "start": 831576083,
            "stop": 831576109
        },
        {
            "start": 831577676,
            "stop": 831583722
        },
        {
            "start": 831583724,
            "stop": 831594202
        },
        {
            "start": 831595567,
            "stop": 831598207
        },
        {
            "start": 831599286,
            "stop": 831607612
        },
        {
            "start": 831607614,
            "stop": 831609445
        },
        {
            "start": 831609965,
            "stop": 831609967
        },
        {
            "start": 831610004,
            "stop": 831621019
        },
        {
            "start": 831621021,
            "stop": 831626226
        },
        {
            "start": 831626228,
            "stop": 831626793
        }
    ]
}