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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=331",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 332,
    "results": [
        {
            "start": 865389878,
            "stop": 865397967
        },
        {
            "start": 865400553,
            "stop": 865465030
        },
        {
            "start": 865466399,
            "stop": 865474614
        },
        {
            "start": 865475370,
            "stop": 865490953
        },
        {
            "start": 865491711,
            "stop": 865498303
        },
        {
            "start": 865498308,
            "stop": 865542442
        },
        {
            "start": 865544081,
            "stop": 865547423
        },
        {
            "start": 865547426,
            "stop": 865557016
        },
        {
            "start": 865557960,
            "stop": 865612843
        },
        {
            "start": 865613009,
            "stop": 865613956
        },
        {
            "start": 865622921,
            "stop": 865623055
        },
        {
            "start": 865623069,
            "stop": 865625881
        },
        {
            "start": 865626700,
            "stop": 865668350
        },
        {
            "start": 865671422,
            "stop": 865684177
        },
        {
            "start": 865685185,
            "stop": 865695496
        },
        {
            "start": 865720229,
            "stop": 865720691
        },
        {
            "start": 865722919,
            "stop": 865736608
        },
        {
            "start": 865738350,
            "stop": 865738892
        },
        {
            "start": 865739470,
            "stop": 865743302
        },
        {
            "start": 865748132,
            "stop": 865795288
        }
    ]
}