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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=202",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 203,
    "results": [
        {
            "start": 1386961663,
            "stop": 1386971472
        },
        {
            "start": 1386971477,
            "stop": 1386972082
        },
        {
            "start": 1386982565,
            "stop": 1386987336
        },
        {
            "start": 1386987341,
            "stop": 1386987365
        },
        {
            "start": 1386987370,
            "stop": 1386989068
        },
        {
            "start": 1386989073,
            "stop": 1386990355
        },
        {
            "start": 1386990360,
            "stop": 1387001519
        },
        {
            "start": 1387001524,
            "stop": 1387005827
        },
        {
            "start": 1387005832,
            "stop": 1387013791
        },
        {
            "start": 1387013796,
            "stop": 1387019215
        },
        {
            "start": 1387019220,
            "stop": 1387019955
        },
        {
            "start": 1387019960,
            "stop": 1387022435
        },
        {
            "start": 1387022440,
            "stop": 1387031928
        },
        {
            "start": 1387031933,
            "stop": 1387033275
        },
        {
            "start": 1387060658,
            "stop": 1387062464
        },
        {
            "start": 1387062469,
            "stop": 1387065118
        },
        {
            "start": 1387065123,
            "stop": 1387065588
        },
        {
            "start": 1387065592,
            "stop": 1387066819
        },
        {
            "start": 1387066824,
            "stop": 1387069058
        },
        {
            "start": 1387078563,
            "stop": 1387079113
        }
    ]
}