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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9822",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9823,
    "results": [
        {
            "start": 873761483,
            "stop": 873761670
        },
        {
            "start": 873761687,
            "stop": 873762164
        },
        {
            "start": 873762181,
            "stop": 873762848
        },
        {
            "start": 873762928,
            "stop": 873764254
        },
        {
            "start": 873764520,
            "stop": 873764635
        },
        {
            "start": 873764652,
            "stop": 873765164
        },
        {
            "start": 873765284,
            "stop": 873769046
        },
        {
            "start": 873769063,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873771236
        },
        {
            "start": 873771253,
            "stop": 873772086
        },
        {
            "start": 873772206,
            "stop": 873772297
        },
        {
            "start": 873772314,
            "stop": 873772969
        },
        {
            "start": 873772986,
            "stop": 873773116
        },
        {
            "start": 873773133,
            "stop": 873773386
        },
        {
            "start": 873773403,
            "stop": 873774087
        },
        {
            "start": 873774104,
            "stop": 873775862
        },
        {
            "start": 873775883,
            "stop": 873775988
        },
        {
            "start": 873776005,
            "stop": 873776928
        },
        {
            "start": 873777048,
            "stop": 873777560
        },
        {
            "start": 873777577,
            "stop": 873778030
        }
    ]
}