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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=537",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=535",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 536,
    "results": [
        {
            "start": 1184922679,
            "stop": 1184922738
        },
        {
            "start": 1184922742,
            "stop": 1184922748
        },
        {
            "start": 1184922750,
            "stop": 1184922770
        },
        {
            "start": 1184922775,
            "stop": 1184922777
        },
        {
            "start": 1184922780,
            "stop": 1184922783
        },
        {
            "start": 1184922785,
            "stop": 1184922886
        },
        {
            "start": 1184922889,
            "stop": 1184922937
        },
        {
            "start": 1184922939,
            "stop": 1184923044
        },
        {
            "start": 1184923051,
            "stop": 1184923052
        },
        {
            "start": 1184923069,
            "stop": 1184923072
        },
        {
            "start": 1184923074,
            "stop": 1184923085
        },
        {
            "start": 1184923111,
            "stop": 1184923112
        },
        {
            "start": 1184923135,
            "stop": 1184923136
        },
        {
            "start": 1184923150,
            "stop": 1184923151
        },
        {
            "start": 1184923186,
            "stop": 1184923187
        },
        {
            "start": 1184923211,
            "stop": 1184923212
        },
        {
            "start": 1184923216,
            "stop": 1184923220
        },
        {
            "start": 1184923223,
            "stop": 1184923224
        },
        {
            "start": 1184923226,
            "stop": 1184923228
        },
        {
            "start": 1184923231,
            "stop": 1184923415
        }
    ]
}