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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=89",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 90,
    "results": [
        {
            "start": 831156250,
            "stop": 831156705
        },
        {
            "start": 831156828,
            "stop": 831156868
        },
        {
            "start": 831157044,
            "stop": 831157390
        },
        {
            "start": 831159558,
            "stop": 831162110
        },
        {
            "start": 831162118,
            "stop": 831162344
        },
        {
            "start": 831162352,
            "stop": 831163052
        },
        {
            "start": 831163060,
            "stop": 831163469
        },
        {
            "start": 831163477,
            "stop": 831163893
        },
        {
            "start": 831163901,
            "stop": 831164539
        },
        {
            "start": 831164548,
            "stop": 831165006
        },
        {
            "start": 831165014,
            "stop": 831165375
        },
        {
            "start": 831165384,
            "stop": 831165510
        },
        {
            "start": 831165518,
            "stop": 831165607
        },
        {
            "start": 831166116,
            "stop": 831166171
        },
        {
            "start": 831166179,
            "stop": 831166956
        },
        {
            "start": 831166966,
            "stop": 831167097
        },
        {
            "start": 831167105,
            "stop": 831167134
        },
        {
            "start": 831167142,
            "stop": 831167178
        },
        {
            "start": 831167196,
            "stop": 831167537
        },
        {
            "start": 831167555,
            "stop": 831167614
        }
    ]
}