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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=3",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 4,
    "results": [
        {
            "start": 931092083,
            "stop": 931092084
        },
        {
            "start": 931092097,
            "stop": 931092106
        },
        {
            "start": 931092114,
            "stop": 931092133
        },
        {
            "start": 931092140,
            "stop": 931092192
        },
        {
            "start": 931092199,
            "stop": 931092205
        },
        {
            "start": 931092211,
            "stop": 931092267
        },
        {
            "start": 931092272,
            "stop": 931092312
        },
        {
            "start": 931092324,
            "stop": 931092345
        },
        {
            "start": 931092351,
            "stop": 931092387
        },
        {
            "start": 931092392,
            "stop": 931092730
        },
        {
            "start": 931092735,
            "stop": 931093171
        },
        {
            "start": 931093176,
            "stop": 931093522
        },
        {
            "start": 931093528,
            "stop": 931093529
        },
        {
            "start": 931093534,
            "stop": 931093754
        },
        {
            "start": 931093760,
            "stop": 931094141
        },
        {
            "start": 931094147,
            "stop": 931094457
        },
        {
            "start": 931094466,
            "stop": 931094472
        },
        {
            "start": 931094477,
            "stop": 931094495
        },
        {
            "start": 931094504,
            "stop": 931094520
        },
        {
            "start": 931094525,
            "stop": 931094693
        }
    ]
}