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=389
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=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=388",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 389,
    "results": [
        {
            "start": 821452217,
            "stop": 821452262
        },
        {
            "start": 821452284,
            "stop": 821452379
        },
        {
            "start": 821452401,
            "stop": 821452412
        },
        {
            "start": 821452431,
            "stop": 821452441
        },
        {
            "start": 821452461,
            "stop": 821452571
        },
        {
            "start": 821452590,
            "stop": 821452618
        },
        {
            "start": 821452655,
            "stop": 821452663
        },
        {
            "start": 821452692,
            "stop": 821452696
        },
        {
            "start": 821452748,
            "stop": 821452777
        },
        {
            "start": 821452796,
            "stop": 821452833
        },
        {
            "start": 821452837,
            "stop": 821452951
        },
        {
            "start": 821452985,
            "stop": 821453030
        },
        {
            "start": 821453076,
            "stop": 821453120
        },
        {
            "start": 821453169,
            "stop": 821453173
        },
        {
            "start": 821453197,
            "stop": 821453209
        },
        {
            "start": 821453228,
            "stop": 821453302
        },
        {
            "start": 821453321,
            "stop": 821453359
        },
        {
            "start": 821453379,
            "stop": 821453407
        },
        {
            "start": 821453426,
            "stop": 821453451
        },
        {
            "start": 821453454,
            "stop": 821453471
        }
    ]
}