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/L1_CBC_CAT3/segments?format=api&page=449
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=450",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=448",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 449,
    "results": [
        {
            "start": 1268469705,
            "stop": 1268469716
        },
        {
            "start": 1268469717,
            "stop": 1268469733
        },
        {
            "start": 1268469734,
            "stop": 1268469743
        },
        {
            "start": 1268469744,
            "stop": 1268469761
        },
        {
            "start": 1268469762,
            "stop": 1268469830
        },
        {
            "start": 1268469831,
            "stop": 1268469889
        },
        {
            "start": 1268469890,
            "stop": 1268470076
        },
        {
            "start": 1268470077,
            "stop": 1268470079
        },
        {
            "start": 1268470080,
            "stop": 1268470084
        },
        {
            "start": 1268470085,
            "stop": 1268470329
        },
        {
            "start": 1268470330,
            "stop": 1268470350
        },
        {
            "start": 1268470351,
            "stop": 1268470379
        },
        {
            "start": 1268470380,
            "stop": 1268470683
        },
        {
            "start": 1268470684,
            "stop": 1268470876
        },
        {
            "start": 1268470877,
            "stop": 1268471039
        },
        {
            "start": 1268471040,
            "stop": 1268471060
        },
        {
            "start": 1268471061,
            "stop": 1268471094
        },
        {
            "start": 1268471095,
            "stop": 1268471101
        },
        {
            "start": 1268471102,
            "stop": 1268471159
        },
        {
            "start": 1268471160,
            "stop": 1268471199
        }
    ]
}