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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8774",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8775,
    "results": [
        {
            "start": 873307597,
            "stop": 873307602
        },
        {
            "start": 873307656,
            "stop": 873307670
        },
        {
            "start": 873307705,
            "stop": 873307719
        },
        {
            "start": 873307744,
            "stop": 873307765
        },
        {
            "start": 873307794,
            "stop": 873307822
        },
        {
            "start": 873307839,
            "stop": 873307870
        },
        {
            "start": 873307980,
            "stop": 873308053
        },
        {
            "start": 873308098,
            "stop": 873308102
        },
        {
            "start": 873308153,
            "stop": 873308208
        },
        {
            "start": 873308225,
            "stop": 873308266
        },
        {
            "start": 873308296,
            "stop": 873308306
        },
        {
            "start": 873308371,
            "stop": 873308401
        },
        {
            "start": 873308444,
            "stop": 873308446
        },
        {
            "start": 873308467,
            "stop": 873308475
        },
        {
            "start": 873308501,
            "stop": 873308577
        },
        {
            "start": 873308622,
            "stop": 873308731
        },
        {
            "start": 873308780,
            "stop": 873308825
        },
        {
            "start": 873308945,
            "stop": 873309010
        },
        {
            "start": 873309027,
            "stop": 873309028
        },
        {
            "start": 873309059,
            "stop": 873309441
        }
    ]
}