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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2431",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2429",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2430,
    "results": [
        {
            "start": 873838510,
            "stop": 873838850
        },
        {
            "start": 873838930,
            "stop": 873839030
        },
        {
            "start": 873839290,
            "stop": 873839510
        },
        {
            "start": 873839590,
            "stop": 873840050
        },
        {
            "start": 873840130,
            "stop": 873842810
        },
        {
            "start": 873842890,
            "stop": 873842987
        },
        {
            "start": 873843070,
            "stop": 873843410
        },
        {
            "start": 873843490,
            "stop": 873843587
        },
        {
            "start": 873843594,
            "stop": 873843830
        },
        {
            "start": 873843910,
            "stop": 873844141
        },
        {
            "start": 873844176,
            "stop": 873844437
        },
        {
            "start": 873844737,
            "stop": 873844967
        },
        {
            "start": 873845110,
            "stop": 873846950
        },
        {
            "start": 873847030,
            "stop": 873847070
        },
        {
            "start": 873847150,
            "stop": 873847550
        },
        {
            "start": 873847630,
            "stop": 873848030
        },
        {
            "start": 873848110,
            "stop": 873851098
        },
        {
            "start": 873851133,
            "stop": 873852869
        },
        {
            "start": 873852970,
            "stop": 873854624
        },
        {
            "start": 873854805,
            "stop": 873860330
        }
    ]
}