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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=288",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 289,
    "results": [
        {
            "start": 821691677,
            "stop": 821691679
        },
        {
            "start": 821691693,
            "stop": 821691699
        },
        {
            "start": 821691702,
            "stop": 821691714
        },
        {
            "start": 821691725,
            "stop": 821691726
        },
        {
            "start": 821691729,
            "stop": 821691731
        },
        {
            "start": 821691736,
            "stop": 821691751
        },
        {
            "start": 821691754,
            "stop": 821691755
        },
        {
            "start": 821691760,
            "stop": 821691766
        },
        {
            "start": 821691769,
            "stop": 821691775
        },
        {
            "start": 821691783,
            "stop": 821691793
        },
        {
            "start": 821691800,
            "stop": 821691805
        },
        {
            "start": 821691810,
            "stop": 821691814
        },
        {
            "start": 821691817,
            "stop": 821691824
        },
        {
            "start": 821691827,
            "stop": 821691831
        },
        {
            "start": 821691834,
            "stop": 821691835
        },
        {
            "start": 821691838,
            "stop": 821691841
        },
        {
            "start": 821691844,
            "stop": 821691849
        },
        {
            "start": 821691852,
            "stop": 821691864
        },
        {
            "start": 821691872,
            "stop": 821691876
        },
        {
            "start": 821691881,
            "stop": 821691885
        }
    ]
}