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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=30",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 31,
    "results": [
        {
            "start": 817045792,
            "stop": 817050287
        },
        {
            "start": 817050290,
            "stop": 817051903
        },
        {
            "start": 817051906,
            "stop": 817051924
        },
        {
            "start": 817051927,
            "stop": 817052219
        },
        {
            "start": 817052222,
            "stop": 817054412
        },
        {
            "start": 817054415,
            "stop": 817056735
        },
        {
            "start": 817056739,
            "stop": 817056759
        },
        {
            "start": 817056763,
            "stop": 817056794
        },
        {
            "start": 817056798,
            "stop": 817056838
        },
        {
            "start": 817056841,
            "stop": 817057034
        },
        {
            "start": 817057037,
            "stop": 817057102
        },
        {
            "start": 817057106,
            "stop": 817057432
        },
        {
            "start": 817057435,
            "stop": 817057623
        },
        {
            "start": 817057627,
            "stop": 817057630
        },
        {
            "start": 817057633,
            "stop": 817057927
        },
        {
            "start": 817057931,
            "stop": 817059249
        },
        {
            "start": 817059253,
            "stop": 817060321
        },
        {
            "start": 817060324,
            "stop": 817061627
        },
        {
            "start": 817061630,
            "stop": 817062025
        },
        {
            "start": 817062028,
            "stop": 817063694
        }
    ]
}