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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=346",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 347,
    "results": [
        {
            "start": 821278391,
            "stop": 821278412
        },
        {
            "start": 821278444,
            "stop": 821278527
        },
        {
            "start": 821278546,
            "stop": 821278791
        },
        {
            "start": 821278799,
            "stop": 821278804
        },
        {
            "start": 821278892,
            "stop": 821279015
        },
        {
            "start": 821279034,
            "stop": 821279407
        },
        {
            "start": 821279426,
            "stop": 821279442
        },
        {
            "start": 821279461,
            "stop": 821279550
        },
        {
            "start": 821279670,
            "stop": 821281517
        },
        {
            "start": 821281536,
            "stop": 821281538
        },
        {
            "start": 821281557,
            "stop": 821281716
        },
        {
            "start": 821281735,
            "stop": 821281869
        },
        {
            "start": 821281897,
            "stop": 821282029
        },
        {
            "start": 821282048,
            "stop": 821282079
        },
        {
            "start": 821282098,
            "stop": 821282736
        },
        {
            "start": 821282755,
            "stop": 821282848
        },
        {
            "start": 821282867,
            "stop": 821283373
        },
        {
            "start": 821283392,
            "stop": 821283480
        },
        {
            "start": 821283499,
            "stop": 821284094
        },
        {
            "start": 821284113,
            "stop": 821284167
        }
    ]
}