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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3854",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3855,
    "results": [
        {
            "start": 875228253,
            "stop": 875228382
        },
        {
            "start": 875228385,
            "stop": 875229314
        },
        {
            "start": 875229331,
            "stop": 875229469
        },
        {
            "start": 875229472,
            "stop": 875230070
        },
        {
            "start": 875230073,
            "stop": 875231195
        },
        {
            "start": 875231212,
            "stop": 875231475
        },
        {
            "start": 875231492,
            "stop": 875232014
        }
    ]
}