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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=47",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 48,
    "results": [
        {
            "start": 1238192145,
            "stop": 1238192151
        },
        {
            "start": 1238192152,
            "stop": 1238192158
        },
        {
            "start": 1238192160,
            "stop": 1238192162
        },
        {
            "start": 1238192164,
            "stop": 1238192170
        },
        {
            "start": 1238192171,
            "stop": 1238192181
        },
        {
            "start": 1238192182,
            "stop": 1238192188
        },
        {
            "start": 1238192190,
            "stop": 1238192200
        },
        {
            "start": 1238192201,
            "stop": 1238192202
        },
        {
            "start": 1238192204,
            "stop": 1238192206
        },
        {
            "start": 1238192207,
            "stop": 1238192214
        },
        {
            "start": 1238192219,
            "stop": 1238192226
        },
        {
            "start": 1238192227,
            "stop": 1238192232
        },
        {
            "start": 1238192236,
            "stop": 1238192252
        },
        {
            "start": 1238192254,
            "stop": 1238192265
        },
        {
            "start": 1238192270,
            "stop": 1238192277
        },
        {
            "start": 1238192278,
            "stop": 1238192289
        },
        {
            "start": 1238192291,
            "stop": 1238192297
        },
        {
            "start": 1238192302,
            "stop": 1238192310
        },
        {
            "start": 1238192311,
            "stop": 1238192317
        },
        {
            "start": 1238192319,
            "stop": 1238192320
        }
    ]
}