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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=424",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 425,
    "results": [
        {
            "start": 821771632,
            "stop": 821771641
        },
        {
            "start": 821771647,
            "stop": 821771648
        },
        {
            "start": 821771651,
            "stop": 821771660
        },
        {
            "start": 821771669,
            "stop": 821771679
        },
        {
            "start": 821771687,
            "stop": 821771695
        },
        {
            "start": 821771698,
            "stop": 821771702
        },
        {
            "start": 821771705,
            "stop": 821771707
        },
        {
            "start": 821771710,
            "stop": 821771719
        },
        {
            "start": 821771724,
            "stop": 821771725
        },
        {
            "start": 821771728,
            "stop": 821771736
        },
        {
            "start": 821771739,
            "stop": 821771741
        },
        {
            "start": 821771745,
            "stop": 821771763
        },
        {
            "start": 821771766,
            "stop": 821771776
        },
        {
            "start": 821771779,
            "stop": 821771787
        },
        {
            "start": 821771791,
            "stop": 821771794
        },
        {
            "start": 821771797,
            "stop": 821771807
        },
        {
            "start": 821771810,
            "stop": 821771813
        },
        {
            "start": 821771818,
            "stop": 821771819
        },
        {
            "start": 821771822,
            "stop": 821771826
        },
        {
            "start": 821771832,
            "stop": 821771853
        }
    ]
}