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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=77",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 78,
    "results": [
        {
            "start": 931465734,
            "stop": 931465762
        },
        {
            "start": 931465764,
            "stop": 931465794
        },
        {
            "start": 931465796,
            "stop": 931465827
        },
        {
            "start": 931465830,
            "stop": 931465839
        },
        {
            "start": 931465862,
            "stop": 931465872
        },
        {
            "start": 931465874,
            "stop": 931465901
        },
        {
            "start": 931465905,
            "stop": 931465917
        },
        {
            "start": 931465935,
            "stop": 931465946
        },
        {
            "start": 931465950,
            "stop": 931465952
        },
        {
            "start": 931465970,
            "stop": 931465976
        },
        {
            "start": 931465979,
            "stop": 931465995
        },
        {
            "start": 931466012,
            "stop": 931466071
        },
        {
            "start": 931466128,
            "stop": 931466139
        },
        {
            "start": 931466141,
            "stop": 931466219
        },
        {
            "start": 931466244,
            "stop": 931466302
        },
        {
            "start": 931466320,
            "stop": 931466324
        },
        {
            "start": 931466341,
            "stop": 931466352
        },
        {
            "start": 931466369,
            "stop": 931466496
        },
        {
            "start": 931466514,
            "stop": 931466518
        },
        {
            "start": 931466537,
            "stop": 931466567
        }
    ]
}