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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=257",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 258,
    "results": [
        {
            "start": 820477171,
            "stop": 820477186
        },
        {
            "start": 820477203,
            "stop": 820477457
        },
        {
            "start": 820477474,
            "stop": 820477535
        },
        {
            "start": 820477552,
            "stop": 820477555
        },
        {
            "start": 820477558,
            "stop": 820477596
        },
        {
            "start": 820477613,
            "stop": 820477658
        },
        {
            "start": 820477675,
            "stop": 820477937
        },
        {
            "start": 820477941,
            "stop": 820478285
        },
        {
            "start": 820478289,
            "stop": 820478834
        },
        {
            "start": 820478837,
            "stop": 820479040
        },
        {
            "start": 820479072,
            "stop": 820479127
        },
        {
            "start": 820479130,
            "stop": 820479163
        },
        {
            "start": 820479167,
            "stop": 820479262
        },
        {
            "start": 820479266,
            "stop": 820479524
        },
        {
            "start": 820479924,
            "stop": 820480129
        },
        {
            "start": 820480132,
            "stop": 820481169
        },
        {
            "start": 820481172,
            "stop": 820481246
        },
        {
            "start": 820481249,
            "stop": 820481386
        },
        {
            "start": 820481389,
            "stop": 820481924
        },
        {
            "start": 820481927,
            "stop": 820482290
        }
    ]
}