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=6962
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=6963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6961",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6962,
    "results": [
        {
            "start": 873776701,
            "stop": 873777196
        },
        {
            "start": 873777199,
            "stop": 873777285
        },
        {
            "start": 873777288,
            "stop": 873777495
        },
        {
            "start": 873777501,
            "stop": 873777958
        },
        {
            "start": 873777961,
            "stop": 873778146
        },
        {
            "start": 873778149,
            "stop": 873778290
        },
        {
            "start": 873778294,
            "stop": 873778309
        },
        {
            "start": 873778312,
            "stop": 873778462
        },
        {
            "start": 873778465,
            "stop": 873779169
        },
        {
            "start": 873779172,
            "stop": 873779394
        },
        {
            "start": 873779398,
            "stop": 873779417
        },
        {
            "start": 873779420,
            "stop": 873779522
        },
        {
            "start": 873779525,
            "stop": 873779694
        },
        {
            "start": 873779697,
            "stop": 873780121
        },
        {
            "start": 873780124,
            "stop": 873780177
        },
        {
            "start": 873780188,
            "stop": 873780199
        },
        {
            "start": 873780203,
            "stop": 873780239
        },
        {
            "start": 873780537,
            "stop": 873780785
        },
        {
            "start": 873781049,
            "stop": 873781435
        },
        {
            "start": 873781442,
            "stop": 873781501
        }
    ]
}