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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=166",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 167,
    "results": [
        {
            "start": 826898966,
            "stop": 826899455
        },
        {
            "start": 826899457,
            "stop": 826899565
        },
        {
            "start": 826899569,
            "stop": 826899582
        },
        {
            "start": 826899588,
            "stop": 826900523
        },
        {
            "start": 826900527,
            "stop": 826900752
        },
        {
            "start": 826900756,
            "stop": 826901323
        },
        {
            "start": 826901326,
            "stop": 826901332
        },
        {
            "start": 826901334,
            "stop": 826901379
        },
        {
            "start": 826901381,
            "stop": 826901382
        },
        {
            "start": 826901384,
            "stop": 826901398
        },
        {
            "start": 826901400,
            "stop": 826901401
        },
        {
            "start": 826901406,
            "stop": 826901510
        },
        {
            "start": 826901514,
            "stop": 826901571
        },
        {
            "start": 826901573,
            "stop": 826901581
        },
        {
            "start": 826901583,
            "stop": 826902378
        },
        {
            "start": 826902381,
            "stop": 826902384
        },
        {
            "start": 826902386,
            "stop": 826902421
        },
        {
            "start": 826902424,
            "stop": 826902450
        },
        {
            "start": 826902452,
            "stop": 826903205
        },
        {
            "start": 826903210,
            "stop": 826903214
        }
    ]
}