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=442
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=443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=441",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 442,
    "results": [
        {
            "start": 821775058,
            "stop": 821775061
        },
        {
            "start": 821775070,
            "stop": 821775071
        },
        {
            "start": 821775076,
            "stop": 821775077
        },
        {
            "start": 821775080,
            "stop": 821775081
        },
        {
            "start": 821775089,
            "stop": 821775091
        },
        {
            "start": 821775094,
            "stop": 821775097
        },
        {
            "start": 821775102,
            "stop": 821775103
        },
        {
            "start": 821775106,
            "stop": 821775112
        },
        {
            "start": 821775115,
            "stop": 821775117
        },
        {
            "start": 821775124,
            "stop": 821775133
        },
        {
            "start": 821775136,
            "stop": 821775137
        },
        {
            "start": 821775140,
            "stop": 821775141
        },
        {
            "start": 821775144,
            "stop": 821775145
        },
        {
            "start": 821775148,
            "stop": 821775149
        },
        {
            "start": 821775154,
            "stop": 821775156
        },
        {
            "start": 821775159,
            "stop": 821775162
        },
        {
            "start": 821775169,
            "stop": 821775173
        },
        {
            "start": 821775177,
            "stop": 821775180
        },
        {
            "start": 821775183,
            "stop": 821775185
        },
        {
            "start": 821775188,
            "stop": 821775195
        }
    ]
}