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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=325",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 326,
    "results": [
        {
            "start": 1260334023,
            "stop": 1260336179
        },
        {
            "start": 1260336182,
            "stop": 1260337305
        },
        {
            "start": 1260337308,
            "stop": 1260337384
        },
        {
            "start": 1260337387,
            "stop": 1260337419
        },
        {
            "start": 1260337420,
            "stop": 1260337424
        },
        {
            "start": 1260337427,
            "stop": 1260337503
        },
        {
            "start": 1260337507,
            "stop": 1260337542
        },
        {
            "start": 1260337543,
            "stop": 1260337549
        },
        {
            "start": 1260337550,
            "stop": 1260337573
        },
        {
            "start": 1260337574,
            "stop": 1260337580
        },
        {
            "start": 1260337583,
            "stop": 1260338124
        },
        {
            "start": 1260338125,
            "stop": 1260338157
        },
        {
            "start": 1260338158,
            "stop": 1260338249
        },
        {
            "start": 1260338250,
            "stop": 1260338307
        },
        {
            "start": 1260338308,
            "stop": 1260338322
        },
        {
            "start": 1260338323,
            "stop": 1260338324
        },
        {
            "start": 1260338325,
            "stop": 1260338554
        },
        {
            "start": 1260338557,
            "stop": 1260338861
        },
        {
            "start": 1260338864,
            "stop": 1260339191
        },
        {
            "start": 1260339194,
            "stop": 1260339391
        }
    ]
}