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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1938",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1936",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1937,
    "results": [
        {
            "start": 1252546379,
            "stop": 1252547495
        },
        {
            "start": 1252547497,
            "stop": 1252550358
        },
        {
            "start": 1252550360,
            "stop": 1252552714
        },
        {
            "start": 1252552717,
            "stop": 1252554275
        },
        {
            "start": 1252554283,
            "stop": 1252556453
        },
        {
            "start": 1252565498,
            "stop": 1252565604
        },
        {
            "start": 1252565607,
            "stop": 1252568793
        },
        {
            "start": 1252568796,
            "stop": 1252572057
        },
        {
            "start": 1252572060,
            "stop": 1252572379
        },
        {
            "start": 1252572381,
            "stop": 1252575421
        },
        {
            "start": 1252575429,
            "stop": 1252576309
        },
        {
            "start": 1252576312,
            "stop": 1252576565
        },
        {
            "start": 1252576568,
            "stop": 1252577690
        },
        {
            "start": 1252577693,
            "stop": 1252579838
        },
        {
            "start": 1252579841,
            "stop": 1252580719
        },
        {
            "start": 1252580722,
            "stop": 1252581006
        },
        {
            "start": 1252581009,
            "stop": 1252585939
        },
        {
            "start": 1252585942,
            "stop": 1252586423
        },
        {
            "start": 1252586426,
            "stop": 1252587795
        },
        {
            "start": 1252587798,
            "stop": 1252588222
        }
    ]
}