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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=2002",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 2003,
    "results": [
        {
            "start": 1253932812,
            "stop": 1253933350
        },
        {
            "start": 1253933358,
            "stop": 1253934248
        },
        {
            "start": 1253934251,
            "stop": 1253934873
        },
        {
            "start": 1253934881,
            "stop": 1253935480
        },
        {
            "start": 1253935483,
            "stop": 1253938213
        },
        {
            "start": 1253938221,
            "stop": 1253958510
        },
        {
            "start": 1253958518,
            "stop": 1253958765
        },
        {
            "start": 1253958773,
            "stop": 1253966043
        },
        {
            "start": 1253966051,
            "stop": 1253966059
        },
        {
            "start": 1253971430,
            "stop": 1253972519
        },
        {
            "start": 1253972527,
            "stop": 1253976360
        },
        {
            "start": 1253976368,
            "stop": 1253976375
        }
    ]
}