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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5820",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5821,
    "results": [
        {
            "start": 874711915,
            "stop": 874711953
        },
        {
            "start": 874711957,
            "stop": 874711966
        },
        {
            "start": 874711970,
            "stop": 874711972
        },
        {
            "start": 874711975,
            "stop": 874711992
        },
        {
            "start": 874711995,
            "stop": 874712084
        },
        {
            "start": 874712087,
            "stop": 874712092
        },
        {
            "start": 874712095,
            "stop": 874712097
        },
        {
            "start": 874712100,
            "stop": 874712160
        },
        {
            "start": 874712163,
            "stop": 874712184
        },
        {
            "start": 874712187,
            "stop": 874712189
        },
        {
            "start": 874712192,
            "stop": 874712225
        },
        {
            "start": 874712228,
            "stop": 874712236
        },
        {
            "start": 874712240,
            "stop": 874712252
        },
        {
            "start": 874712255,
            "stop": 874712266
        },
        {
            "start": 874712272,
            "stop": 874712317
        },
        {
            "start": 874712321,
            "stop": 874712336
        },
        {
            "start": 874712345,
            "stop": 874712364
        },
        {
            "start": 874712367,
            "stop": 874712381
        },
        {
            "start": 874712385,
            "stop": 874712402
        },
        {
            "start": 874712408,
            "stop": 874712482
        }
    ]
}