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/S6/timelines/L1_BURST_CAT3/segments?format=api&page=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=259",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 260,
    "results": [
        {
            "start": 931680403,
            "stop": 931680406
        },
        {
            "start": 931680409,
            "stop": 931680420
        },
        {
            "start": 931680425,
            "stop": 931680430
        },
        {
            "start": 931680439,
            "stop": 931680445
        },
        {
            "start": 931680449,
            "stop": 931680450
        },
        {
            "start": 931680453,
            "stop": 931680461
        },
        {
            "start": 931680465,
            "stop": 931680477
        },
        {
            "start": 931680480,
            "stop": 931680483
        },
        {
            "start": 931680486,
            "stop": 931680487
        },
        {
            "start": 931680492,
            "stop": 931680496
        },
        {
            "start": 931680500,
            "stop": 931680505
        },
        {
            "start": 931680517,
            "stop": 931680518
        },
        {
            "start": 931680526,
            "stop": 931680528
        },
        {
            "start": 931680533,
            "stop": 931680538
        },
        {
            "start": 931680542,
            "stop": 931680545
        },
        {
            "start": 931680548,
            "stop": 931680550
        },
        {
            "start": 931680553,
            "stop": 931680555
        },
        {
            "start": 931680559,
            "stop": 931680561
        },
        {
            "start": 931680564,
            "stop": 931680565
        },
        {
            "start": 931680590,
            "stop": 931680591
        }
    ]
}