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=8800
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=8801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8799",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8800,
    "results": [
        {
            "start": 873832510,
            "stop": 873832829
        },
        {
            "start": 873832846,
            "stop": 873833330
        },
        {
            "start": 873833410,
            "stop": 873834085
        },
        {
            "start": 873834205,
            "stop": 873834327
        },
        {
            "start": 873834970,
            "stop": 873835114
        },
        {
            "start": 873835153,
            "stop": 873835354
        },
        {
            "start": 873835371,
            "stop": 873835680
        },
        {
            "start": 873835740,
            "stop": 873835920
        },
        {
            "start": 873835980,
            "stop": 873836757
        },
        {
            "start": 873836946,
            "stop": 873837290
        },
        {
            "start": 873837370,
            "stop": 873838084
        },
        {
            "start": 873838204,
            "stop": 873838430
        },
        {
            "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
        }
    ]
}