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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=192",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 193,
    "results": [
        {
            "start": 850266240,
            "stop": 850271882
        },
        {
            "start": 850272772,
            "stop": 850275973
        },
        {
            "start": 850276994,
            "stop": 850278004
        },
        {
            "start": 850279635,
            "stop": 850279669
        },
        {
            "start": 850280770,
            "stop": 850281628
        },
        {
            "start": 850281631,
            "stop": 850282713
        },
        {
            "start": 850284828,
            "stop": 850317422
        },
        {
            "start": 850324837,
            "stop": 850330598
        },
        {
            "start": 850331099,
            "stop": 850331123
        },
        {
            "start": 850331910,
            "stop": 850346039
        },
        {
            "start": 850346506,
            "stop": 850362242
        },
        {
            "start": 850363263,
            "stop": 850370145
        },
        {
            "start": 850373568,
            "stop": 850395810
        },
        {
            "start": 850397098,
            "stop": 850405237
        },
        {
            "start": 850406348,
            "stop": 850426199
        },
        {
            "start": 850426200,
            "stop": 850437878
        },
        {
            "start": 850437880,
            "stop": 850461596
        },
        {
            "start": 850461598,
            "stop": 850488162
        },
        {
            "start": 850490026,
            "stop": 850490739
        },
        {
            "start": 850491543,
            "stop": 850495123
        }
    ]
}