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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=56",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 57,
    "results": [
        {
            "start": 1268055254,
            "stop": 1268055721
        },
        {
            "start": 1268055730,
            "stop": 1268058881
        },
        {
            "start": 1268062183,
            "stop": 1268144973
        },
        {
            "start": 1268145395,
            "stop": 1268184105
        },
        {
            "start": 1268184113,
            "stop": 1268219225
        },
        {
            "start": 1268219233,
            "stop": 1268220873
        },
        {
            "start": 1268220881,
            "stop": 1268220889
        },
        {
            "start": 1268220905,
            "stop": 1268220913
        },
        {
            "start": 1268220977,
            "stop": 1268221001
        },
        {
            "start": 1268221010,
            "stop": 1268221030
        },
        {
            "start": 1268222535,
            "stop": 1268222861
        },
        {
            "start": 1268222893,
            "stop": 1268280784
        },
        {
            "start": 1268280808,
            "stop": 1268305787
        },
        {
            "start": 1268305795,
            "stop": 1268374052
        },
        {
            "start": 1268374554,
            "stop": 1268386491
        },
        {
            "start": 1268388402,
            "stop": 1268390327
        },
        {
            "start": 1268396005,
            "stop": 1268410156
        },
        {
            "start": 1268413125,
            "stop": 1268459200
        },
        {
            "start": 1268480599,
            "stop": 1268480901
        },
        {
            "start": 1268485405,
            "stop": 1268492125
        }
    ]
}