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/H1_CBC_CAT2/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/H1_CBC_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=3",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 4,
    "results": [
        {
            "start": 1258269373,
            "stop": 1258288246
        },
        {
            "start": 1258288293,
            "stop": 1258318808
        },
        {
            "start": 1258326898,
            "stop": 1258330545
        },
        {
            "start": 1258330892,
            "stop": 1258331691
        },
        {
            "start": 1258331831,
            "stop": 1258332509
        },
        {
            "start": 1258339983,
            "stop": 1258342246
        },
        {
            "start": 1258342339,
            "stop": 1258409539
        },
        {
            "start": 1258415638,
            "stop": 1258416932
        },
        {
            "start": 1258417739,
            "stop": 1258430464
        },
        {
            "start": 1258430517,
            "stop": 1258479584
        },
        {
            "start": 1258486285,
            "stop": 1258498085
        },
        {
            "start": 1258499897,
            "stop": 1258537649
        },
        {
            "start": 1258543194,
            "stop": 1258545152
        },
        {
            "start": 1258545160,
            "stop": 1258580157
        },
        {
            "start": 1258586563,
            "stop": 1258592484
        },
        {
            "start": 1258599533,
            "stop": 1258622487
        },
        {
            "start": 1258629613,
            "stop": 1258755055
        },
        {
            "start": 1258756695,
            "stop": 1258760400
        },
        {
            "start": 1258760940,
            "stop": 1258761000
        },
        {
            "start": 1258761060,
            "stop": 1258761180
        }
    ]
}