Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3658
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3657",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3658,
    "results": [
        {
            "start": 872695606,
            "stop": 872696864
        },
        {
            "start": 872697045,
            "stop": 872697388
        },
        {
            "start": 872697405,
            "stop": 872697595
        },
        {
            "start": 872697612,
            "stop": 872699295
        },
        {
            "start": 872699312,
            "stop": 872702619
        },
        {
            "start": 872702641,
            "stop": 872702864
        },
        {
            "start": 872702881,
            "stop": 872703699
        },
        {
            "start": 872703721,
            "stop": 872704133
        },
        {
            "start": 872704150,
            "stop": 872704590
        },
        {
            "start": 872704650,
            "stop": 872704671
        },
        {
            "start": 872704781,
            "stop": 872705104
        },
        {
            "start": 872705121,
            "stop": 872705305
        },
        {
            "start": 872705322,
            "stop": 872705577
        },
        {
            "start": 872705594,
            "stop": 872705740
        },
        {
            "start": 872706040,
            "stop": 872706064
        },
        {
            "start": 872706174,
            "stop": 872706329
        },
        {
            "start": 872706629,
            "stop": 872706678
        },
        {
            "start": 872708189,
            "stop": 872708235
        },
        {
            "start": 872708345,
            "stop": 872708828
        },
        {
            "start": 872715147,
            "stop": 872715283
        }
    ]
}