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=8152
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=8153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8151",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8152,
    "results": [
        {
            "start": 970980921,
            "stop": 970980935
        },
        {
            "start": 970980938,
            "stop": 970980987
        },
        {
            "start": 970980990,
            "stop": 970981087
        },
        {
            "start": 970981090,
            "stop": 970981143
        },
        {
            "start": 970981146,
            "stop": 970981153
        },
        {
            "start": 970981156,
            "stop": 970981201
        },
        {
            "start": 970981204,
            "stop": 970981300
        },
        {
            "start": 970981303,
            "stop": 970981484
        },
        {
            "start": 970981487,
            "stop": 970981497
        },
        {
            "start": 970981500,
            "stop": 970981568
        },
        {
            "start": 970981571,
            "stop": 970981808
        },
        {
            "start": 970981811,
            "stop": 970981828
        },
        {
            "start": 970981831,
            "stop": 970981938
        },
        {
            "start": 970981941,
            "stop": 970982131
        },
        {
            "start": 970982134,
            "stop": 970982167
        },
        {
            "start": 970982170,
            "stop": 970982180
        },
        {
            "start": 970982183,
            "stop": 970982275
        },
        {
            "start": 970982278,
            "stop": 970982279
        },
        {
            "start": 970982282,
            "stop": 970982334
        },
        {
            "start": 970982337,
            "stop": 970982552
        }
    ]
}