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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6967",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6968,
    "results": [
        {
            "start": 873802263,
            "stop": 873802369
        },
        {
            "start": 873802372,
            "stop": 873802391
        },
        {
            "start": 873802402,
            "stop": 873802536
        },
        {
            "start": 873802539,
            "stop": 873802693
        },
        {
            "start": 873802697,
            "stop": 873802701
        },
        {
            "start": 873802705,
            "stop": 873802715
        },
        {
            "start": 873802719,
            "stop": 873802723
        },
        {
            "start": 873802727,
            "stop": 873802742
        },
        {
            "start": 873802745,
            "stop": 873802754
        },
        {
            "start": 873802758,
            "stop": 873802836
        },
        {
            "start": 873802843,
            "stop": 873802962
        },
        {
            "start": 873802965,
            "stop": 873803000
        },
        {
            "start": 873803136,
            "stop": 873803152
        },
        {
            "start": 873803159,
            "stop": 873803160
        },
        {
            "start": 873803172,
            "stop": 873803176
        },
        {
            "start": 873803180,
            "stop": 873803184
        },
        {
            "start": 873803187,
            "stop": 873803452
        },
        {
            "start": 873803455,
            "stop": 873803503
        },
        {
            "start": 873803507,
            "stop": 873803556
        },
        {
            "start": 873803559,
            "stop": 873803562
        }
    ]
}