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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=7",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 8,
    "results": [
        {
            "start": 816534631,
            "stop": 816535086
        },
        {
            "start": 816535619,
            "stop": 816540853
        },
        {
            "start": 816542382,
            "stop": 816548581
        },
        {
            "start": 816553633,
            "stop": 816554065
        },
        {
            "start": 816554089,
            "stop": 816563151
        },
        {
            "start": 816564940,
            "stop": 816572153
        },
        {
            "start": 816573266,
            "stop": 816589889
        },
        {
            "start": 816589892,
            "stop": 816596820
        },
        {
            "start": 816596823,
            "stop": 816603815
        },
        {
            "start": 816603817,
            "stop": 816618515
        },
        {
            "start": 816618518,
            "stop": 816623293
        },
        {
            "start": 816625941,
            "stop": 816626713
        },
        {
            "start": 816626750,
            "stop": 816626753
        },
        {
            "start": 816626914,
            "stop": 816630133
        },
        {
            "start": 816633130,
            "stop": 816633660
        },
        {
            "start": 816634759,
            "stop": 816635113
        },
        {
            "start": 816635861,
            "stop": 816636913
        },
        {
            "start": 816636935,
            "stop": 816636938
        },
        {
            "start": 816636973,
            "stop": 816637692
        },
        {
            "start": 816650176,
            "stop": 816656394
        }
    ]
}