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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=93",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 94,
    "results": [
        {
            "start": 931479596,
            "stop": 931480256
        },
        {
            "start": 931483130,
            "stop": 931483395
        },
        {
            "start": 931484557,
            "stop": 931484698
        },
        {
            "start": 931484704,
            "stop": 931484899
        },
        {
            "start": 931484905,
            "stop": 931485016
        },
        {
            "start": 931485022,
            "stop": 931485518
        },
        {
            "start": 931485524,
            "stop": 931485529
        },
        {
            "start": 931485535,
            "stop": 931485597
        },
        {
            "start": 931485609,
            "stop": 931485613
        },
        {
            "start": 931485624,
            "stop": 931485742
        },
        {
            "start": 931485753,
            "stop": 931485808
        },
        {
            "start": 931485814,
            "stop": 931485862
        },
        {
            "start": 931485868,
            "stop": 931485928
        },
        {
            "start": 931485934,
            "stop": 931485954
        },
        {
            "start": 931485965,
            "stop": 931485966
        },
        {
            "start": 931485974,
            "stop": 931485997
        },
        {
            "start": 931486002,
            "stop": 931486191
        },
        {
            "start": 931486197,
            "stop": 931486288
        },
        {
            "start": 931486293,
            "stop": 931486455
        },
        {
            "start": 931486461,
            "stop": 931486564
        }
    ]
}