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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=698",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 699,
    "results": [
        {
            "start": 865400553,
            "stop": 865465048
        },
        {
            "start": 865466399,
            "stop": 865474630
        },
        {
            "start": 865475370,
            "stop": 865490910
        },
        {
            "start": 865490970,
            "stop": 865490971
        },
        {
            "start": 865491711,
            "stop": 865542390
        },
        {
            "start": 865542450,
            "stop": 865542460
        },
        {
            "start": 865544081,
            "stop": 865547310
        },
        {
            "start": 865547430,
            "stop": 865557033
        },
        {
            "start": 865557960,
            "stop": 865612843
        },
        {
            "start": 865613009,
            "stop": 865613973
        },
        {
            "start": 865622921,
            "stop": 865625898
        },
        {
            "start": 865626700,
            "stop": 865630915
        },
        {
            "start": 865630934,
            "stop": 865632921
        },
        {
            "start": 865632938,
            "stop": 865645388
        },
        {
            "start": 865646027,
            "stop": 865668367
        },
        {
            "start": 865671422,
            "stop": 865684170
        },
        {
            "start": 865685185,
            "stop": 865695513
        },
        {
            "start": 865720229,
            "stop": 865720707
        },
        {
            "start": 865722919,
            "stop": 865736608
        },
        {
            "start": 865738350,
            "stop": 865738892
        }
    ]
}