Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=79
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 79,
    "results": [
        {
            "start": 931504369,
            "stop": 931504372
        },
        {
            "start": 931504375,
            "stop": 931504389
        },
        {
            "start": 931504392,
            "stop": 931504398
        },
        {
            "start": 931504401,
            "stop": 931504414
        },
        {
            "start": 931504417,
            "stop": 931504433
        },
        {
            "start": 931504436,
            "stop": 931504446
        },
        {
            "start": 931504449,
            "stop": 931504455
        },
        {
            "start": 931504458,
            "stop": 931504486
        },
        {
            "start": 931504489,
            "stop": 931504493
        },
        {
            "start": 931504496,
            "stop": 931504499
        },
        {
            "start": 931504503,
            "stop": 931504505
        },
        {
            "start": 931504508,
            "stop": 931504513
        },
        {
            "start": 931504520,
            "stop": 931504523
        },
        {
            "start": 931504526,
            "stop": 931504534
        },
        {
            "start": 931504537,
            "stop": 931504541
        },
        {
            "start": 931504543,
            "stop": 931504544
        },
        {
            "start": 931504547,
            "stop": 931504560
        },
        {
            "start": 931504563,
            "stop": 931504565
        },
        {
            "start": 931504568,
            "stop": 931504572
        },
        {
            "start": 931504574,
            "stop": 931504575
        }
    ]
}