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=2400
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=2401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2399",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2400,
    "results": [
        {
            "start": 873202466,
            "stop": 873202528
        },
        {
            "start": 873202545,
            "stop": 873202600
        },
        {
            "start": 873202617,
            "stop": 873202653
        },
        {
            "start": 873202671,
            "stop": 873202962
        },
        {
            "start": 873202979,
            "stop": 873203090
        },
        {
            "start": 873203118,
            "stop": 873203128
        },
        {
            "start": 873203146,
            "stop": 873203256
        },
        {
            "start": 873203273,
            "stop": 873203343
        },
        {
            "start": 873203360,
            "stop": 873203528
        },
        {
            "start": 873203545,
            "stop": 873203610
        },
        {
            "start": 873203627,
            "stop": 873203717
        },
        {
            "start": 873203734,
            "stop": 873203914
        },
        {
            "start": 873203931,
            "stop": 873203973
        },
        {
            "start": 873203990,
            "stop": 873204362
        },
        {
            "start": 873204380,
            "stop": 873205211
        },
        {
            "start": 873205230,
            "stop": 873205389
        },
        {
            "start": 873205406,
            "stop": 873205493
        },
        {
            "start": 873205510,
            "stop": 873205558
        },
        {
            "start": 873205575,
            "stop": 873205591
        },
        {
            "start": 873205608,
            "stop": 873206322
        }
    ]
}