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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8140",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8141,
    "results": [
        {
            "start": 970928337,
            "stop": 970928356
        },
        {
            "start": 970928359,
            "stop": 970928451
        },
        {
            "start": 970928462,
            "stop": 970928498
        },
        {
            "start": 970928504,
            "stop": 970928505
        },
        {
            "start": 970928508,
            "stop": 970928530
        },
        {
            "start": 970928534,
            "stop": 970928538
        },
        {
            "start": 970928543,
            "stop": 970928544
        },
        {
            "start": 970928547,
            "stop": 970928604
        },
        {
            "start": 970928609,
            "stop": 970928632
        },
        {
            "start": 970928639,
            "stop": 970928643
        },
        {
            "start": 970928648,
            "stop": 970928658
        },
        {
            "start": 970928661,
            "stop": 970928662
        },
        {
            "start": 970928666,
            "stop": 970928667
        },
        {
            "start": 970928676,
            "stop": 970928679
        },
        {
            "start": 970928682,
            "stop": 970928683
        },
        {
            "start": 970928686,
            "stop": 970928727
        },
        {
            "start": 970928750,
            "stop": 970928758
        },
        {
            "start": 970928783,
            "stop": 970928792
        },
        {
            "start": 970928795,
            "stop": 970928811
        },
        {
            "start": 970928831,
            "stop": 970928834
        }
    ]
}