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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8800",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8801,
    "results": [
        {
            "start": 873843594,
            "stop": 873843830
        },
        {
            "start": 873843910,
            "stop": 873844141
        },
        {
            "start": 873844176,
            "stop": 873844437
        },
        {
            "start": 873844737,
            "stop": 873844967
        },
        {
            "start": 873845110,
            "stop": 873845940
        },
        {
            "start": 873846000,
            "stop": 873846012
        },
        {
            "start": 873846132,
            "stop": 873846608
        },
        {
            "start": 873846851,
            "stop": 873846950
        },
        {
            "start": 873847030,
            "stop": 873847070
        },
        {
            "start": 873847150,
            "stop": 873847550
        },
        {
            "start": 873847630,
            "stop": 873848030
        },
        {
            "start": 873848110,
            "stop": 873848215
        },
        {
            "start": 873848464,
            "stop": 873849859
        },
        {
            "start": 873849979,
            "stop": 873850252
        },
        {
            "start": 873850372,
            "stop": 873851097
        },
        {
            "start": 873851133,
            "stop": 873852005
        },
        {
            "start": 873852125,
            "stop": 873852869
        },
        {
            "start": 873852970,
            "stop": 873854624
        },
        {
            "start": 873854805,
            "stop": 873860330
        },
        {
            "start": 873860410,
            "stop": 873860593
        }
    ]
}