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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=28",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 29,
    "results": [
        {
            "start": 931188947,
            "stop": 931188963
        },
        {
            "start": 931188969,
            "stop": 931188981
        },
        {
            "start": 931188987,
            "stop": 931189034
        },
        {
            "start": 931189040,
            "stop": 931189042
        },
        {
            "start": 931189056,
            "stop": 931189083
        },
        {
            "start": 931189089,
            "stop": 931189094
        },
        {
            "start": 931189103,
            "stop": 931189162
        },
        {
            "start": 931189168,
            "stop": 931189193
        },
        {
            "start": 931189203,
            "stop": 931189209
        },
        {
            "start": 931189232,
            "stop": 931189234
        },
        {
            "start": 931189240,
            "stop": 931189243
        },
        {
            "start": 931189255,
            "stop": 931189259
        },
        {
            "start": 931189270,
            "stop": 931189284
        },
        {
            "start": 931189290,
            "stop": 931189298
        },
        {
            "start": 931189303,
            "stop": 931189312
        },
        {
            "start": 931189345,
            "stop": 931189352
        },
        {
            "start": 931189358,
            "stop": 931189372
        },
        {
            "start": 931189399,
            "stop": 931189403
        },
        {
            "start": 931189437,
            "stop": 931189447
        },
        {
            "start": 931189452,
            "stop": 931189458
        }
    ]
}