Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=158
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 158,
    "results": [
        {
            "start": 1176285017,
            "stop": 1176294502
        },
        {
            "start": 1176294505,
            "stop": 1176298800
        },
        {
            "start": 1176298804,
            "stop": 1176299323
        },
        {
            "start": 1176299326,
            "stop": 1176301056
        },
        {
            "start": 1176301060,
            "stop": 1176302422
        },
        {
            "start": 1176302426,
            "stop": 1176303307
        },
        {
            "start": 1176303308,
            "stop": 1176303715
        },
        {
            "start": 1176303717,
            "stop": 1176303720
        },
        {
            "start": 1176303721,
            "stop": 1176304121
        },
        {
            "start": 1176304122,
            "stop": 1176304126
        },
        {
            "start": 1176304130,
            "stop": 1176306094
        },
        {
            "start": 1176306097,
            "stop": 1176309232
        },
        {
            "start": 1176309235,
            "stop": 1176319169
        },
        {
            "start": 1176319171,
            "stop": 1176319556
        },
        {
            "start": 1176319559,
            "stop": 1176322811
        },
        {
            "start": 1176322815,
            "stop": 1176324736
        },
        {
            "start": 1176324740,
            "stop": 1176334002
        },
        {
            "start": 1176334003,
            "stop": 1176336062
        },
        {
            "start": 1176336066,
            "stop": 1176337659
        },
        {
            "start": 1176337660,
            "stop": 1176337688
        }
    ]
}