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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3848",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3849,
    "results": [
        {
            "start": 875163240,
            "stop": 875163360
        },
        {
            "start": 875163420,
            "stop": 875163480
        },
        {
            "start": 875163600,
            "stop": 875163660
        },
        {
            "start": 875163780,
            "stop": 875166240
        },
        {
            "start": 875175780,
            "stop": 875175840
        },
        {
            "start": 875176200,
            "stop": 875176680
        },
        {
            "start": 875176740,
            "stop": 875176980
        },
        {
            "start": 875177040,
            "stop": 875177070
        },
        {
            "start": 875177087,
            "stop": 875177654
        },
        {
            "start": 875177671,
            "stop": 875181060
        },
        {
            "start": 875181120,
            "stop": 875181541
        },
        {
            "start": 875181558,
            "stop": 875182081
        },
        {
            "start": 875182085,
            "stop": 875182114
        },
        {
            "start": 875182117,
            "stop": 875182123
        },
        {
            "start": 875182129,
            "stop": 875182132
        },
        {
            "start": 875182135,
            "stop": 875182140
        },
        {
            "start": 875182299,
            "stop": 875182643
        },
        {
            "start": 875182660,
            "stop": 875182740
        },
        {
            "start": 875187854,
            "stop": 875187900
        },
        {
            "start": 875188260,
            "stop": 875188320
        }
    ]
}