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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=106",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 107,
    "results": [
        {
            "start": 816931487,
            "stop": 816931550
        },
        {
            "start": 816931574,
            "stop": 816931600
        },
        {
            "start": 816931634,
            "stop": 816931841
        },
        {
            "start": 816931861,
            "stop": 816931872
        },
        {
            "start": 816931892,
            "stop": 816931901
        },
        {
            "start": 816931980,
            "stop": 816932027
        },
        {
            "start": 816932049,
            "stop": 816932174
        },
        {
            "start": 816932177,
            "stop": 816932211
        },
        {
            "start": 816932283,
            "stop": 816932293
        },
        {
            "start": 816932323,
            "stop": 816932411
        },
        {
            "start": 816932484,
            "stop": 816932515
        },
        {
            "start": 816932534,
            "stop": 816932558
        },
        {
            "start": 816932578,
            "stop": 816932666
        },
        {
            "start": 816932669,
            "stop": 816932700
        },
        {
            "start": 816932720,
            "stop": 816932757
        },
        {
            "start": 816932844,
            "stop": 816932895
        },
        {
            "start": 816932928,
            "stop": 816933015
        },
        {
            "start": 816933036,
            "stop": 816933046
        },
        {
            "start": 816933080,
            "stop": 816933121
        },
        {
            "start": 816933142,
            "stop": 816933167
        }
    ]
}