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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=148",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 149,
    "results": [
        {
            "start": 868946936,
            "stop": 868987986
        },
        {
            "start": 868990174,
            "stop": 869006682
        },
        {
            "start": 869009918,
            "stop": 869013858
        },
        {
            "start": 869014091,
            "stop": 869020194
        },
        {
            "start": 869021684,
            "stop": 869060232
        },
        {
            "start": 869061945,
            "stop": 869068018
        },
        {
            "start": 869069773,
            "stop": 869069841
        },
        {
            "start": 869069852,
            "stop": 869164315
        },
        {
            "start": 869165300,
            "stop": 869177765
        },
        {
            "start": 869178735,
            "stop": 869233996
        },
        {
            "start": 869235596,
            "stop": 869255650
        },
        {
            "start": 869256898,
            "stop": 869282793
        },
        {
            "start": 869284981,
            "stop": 869324429
        },
        {
            "start": 869342235,
            "stop": 869342344
        },
        {
            "start": 869343527,
            "stop": 869367611
        },
        {
            "start": 869441226,
            "stop": 869442630
        },
        {
            "start": 869444882,
            "stop": 869464560
        },
        {
            "start": 869466207,
            "stop": 869472231
        },
        {
            "start": 869474574,
            "stop": 869505229
        },
        {
            "start": 869508276,
            "stop": 869524294
        }
    ]
}