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/O3b/timelines/V1_CBC_CAT1/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/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=3",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 4,
    "results": [
        {
            "start": 1256866258,
            "stop": 1256866264
        },
        {
            "start": 1256867782,
            "stop": 1256872195
        },
        {
            "start": 1256872203,
            "stop": 1256874175
        },
        {
            "start": 1256874176,
            "stop": 1256875667
        },
        {
            "start": 1256875683,
            "stop": 1256878699
        },
        {
            "start": 1256878707,
            "stop": 1256880907
        },
        {
            "start": 1256880915,
            "stop": 1256882019
        },
        {
            "start": 1256882075,
            "stop": 1256882083
        },
        {
            "start": 1256882115,
            "stop": 1256882171
        },
        {
            "start": 1256882187,
            "stop": 1256883831
        },
        {
            "start": 1256883832,
            "stop": 1256884435
        },
        {
            "start": 1256884443,
            "stop": 1256884459
        },
        {
            "start": 1256884467,
            "stop": 1256885515
        },
        {
            "start": 1256885523,
            "stop": 1256885891
        },
        {
            "start": 1256885899,
            "stop": 1256886723
        },
        {
            "start": 1256886779,
            "stop": 1256886795
        },
        {
            "start": 1256886803,
            "stop": 1256886843
        },
        {
            "start": 1256886851,
            "stop": 1256886855
        },
        {
            "start": 1256887074,
            "stop": 1256887259
        },
        {
            "start": 1256887267,
            "stop": 1256887299
        }
    ]
}