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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5212",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5213,
    "results": [
        {
            "start": 875215294,
            "stop": 875215310
        },
        {
            "start": 875215329,
            "stop": 875215334
        },
        {
            "start": 875215353,
            "stop": 875215357
        },
        {
            "start": 875215377,
            "stop": 875215383
        },
        {
            "start": 875215402,
            "stop": 875215467
        },
        {
            "start": 875215486,
            "stop": 875215488
        },
        {
            "start": 875215507,
            "stop": 875215529
        },
        {
            "start": 875215549,
            "stop": 875215570
        },
        {
            "start": 875215603,
            "stop": 875215632
        },
        {
            "start": 875215666,
            "stop": 875215672
        },
        {
            "start": 875215691,
            "stop": 875215696
        },
        {
            "start": 875215715,
            "stop": 875215794
        },
        {
            "start": 875215814,
            "stop": 875215819
        },
        {
            "start": 875215846,
            "stop": 875215891
        },
        {
            "start": 875215915,
            "stop": 875215931
        },
        {
            "start": 875215951,
            "stop": 875216024
        },
        {
            "start": 875216043,
            "stop": 875216070
        },
        {
            "start": 875216089,
            "stop": 875216092
        },
        {
            "start": 875216111,
            "stop": 875216126
        },
        {
            "start": 875216175,
            "stop": 875216223
        }
    ]
}