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=1983
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1984",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1982",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1983,
    "results": [
        {
            "start": 1253541213,
            "stop": 1253542850
        },
        {
            "start": 1253542859,
            "stop": 1253542868
        },
        {
            "start": 1253550921,
            "stop": 1253550936
        },
        {
            "start": 1253550944,
            "stop": 1253551583
        },
        {
            "start": 1253551586,
            "stop": 1253553174
        },
        {
            "start": 1253553177,
            "stop": 1253553179
        },
        {
            "start": 1253553182,
            "stop": 1253553185
        },
        {
            "start": 1253553188,
            "stop": 1253553189
        },
        {
            "start": 1253553192,
            "stop": 1253553195
        },
        {
            "start": 1253553198,
            "stop": 1253553334
        },
        {
            "start": 1253553337,
            "stop": 1253553347
        },
        {
            "start": 1253553350,
            "stop": 1253553980
        },
        {
            "start": 1253553983,
            "stop": 1253554271
        },
        {
            "start": 1253554274,
            "stop": 1253554653
        },
        {
            "start": 1253554659,
            "stop": 1253554667
        },
        {
            "start": 1253554670,
            "stop": 1253555275
        },
        {
            "start": 1253568048,
            "stop": 1253568585
        },
        {
            "start": 1253568587,
            "stop": 1253569147
        },
        {
            "start": 1253569149,
            "stop": 1253570125
        },
        {
            "start": 1253570128,
            "stop": 1253570409
        }
    ]
}