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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=33",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 34,
    "results": [
        {
            "start": 819560225,
            "stop": 819573150
        },
        {
            "start": 819574106,
            "stop": 819579925
        },
        {
            "start": 819580664,
            "stop": 819600150
        },
        {
            "start": 819600210,
            "stop": 819600238
        },
        {
            "start": 819601648,
            "stop": 819604128
        },
        {
            "start": 819605130,
            "stop": 819640861
        },
        {
            "start": 819642439,
            "stop": 819656602
        },
        {
            "start": 819656712,
            "stop": 819657009
        },
        {
            "start": 819659384,
            "stop": 819661346
        },
        {
            "start": 819662144,
            "stop": 819673745
        },
        {
            "start": 819673746,
            "stop": 819675538
        },
        {
            "start": 819675541,
            "stop": 819676761
        },
        {
            "start": 819676764,
            "stop": 819676949
        },
        {
            "start": 819676952,
            "stop": 819677242
        },
        {
            "start": 819677245,
            "stop": 819678834
        },
        {
            "start": 819678837,
            "stop": 819697590
        },
        {
            "start": 819698739,
            "stop": 819725831
        },
        {
            "start": 819726138,
            "stop": 819729030
        },
        {
            "start": 819729090,
            "stop": 819729093
        },
        {
            "start": 819731983,
            "stop": 819734746
        }
    ]
}