Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8971
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8970",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8971,
    "results": [
        {
            "start": 873803969,
            "stop": 873804169
        },
        {
            "start": 873804197,
            "stop": 873804275
        },
        {
            "start": 873804295,
            "stop": 873804555
        },
        {
            "start": 873804586,
            "stop": 873804737
        },
        {
            "start": 873804761,
            "stop": 873804846
        },
        {
            "start": 873804866,
            "stop": 873804893
        },
        {
            "start": 873804928,
            "stop": 873805005
        },
        {
            "start": 873805046,
            "stop": 873805172
        },
        {
            "start": 873805207,
            "stop": 873805273
        },
        {
            "start": 873805292,
            "stop": 873805372
        },
        {
            "start": 873805399,
            "stop": 873805503
        },
        {
            "start": 873805537,
            "stop": 873805543
        },
        {
            "start": 873805578,
            "stop": 873805664
        },
        {
            "start": 873805683,
            "stop": 873805936
        },
        {
            "start": 873805956,
            "stop": 873805971
        },
        {
            "start": 873805991,
            "stop": 873806035
        },
        {
            "start": 873806054,
            "stop": 873806336
        },
        {
            "start": 873806381,
            "stop": 873806421
        },
        {
            "start": 873806440,
            "stop": 873806447
        },
        {
            "start": 873806468,
            "stop": 873806473
        }
    ]
}