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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=268",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 269,
    "results": [
        {
            "start": 828137651,
            "stop": 828137663
        },
        {
            "start": 828137665,
            "stop": 828137718
        },
        {
            "start": 828137720,
            "stop": 828137760
        },
        {
            "start": 828137762,
            "stop": 828137781
        },
        {
            "start": 828137783,
            "stop": 828137826
        },
        {
            "start": 828137828,
            "stop": 828137857
        },
        {
            "start": 828137859,
            "stop": 828137968
        },
        {
            "start": 828137970,
            "stop": 828138096
        },
        {
            "start": 828138098,
            "stop": 828138112
        },
        {
            "start": 828138114,
            "stop": 828138217
        },
        {
            "start": 828138517,
            "stop": 828138855
        },
        {
            "start": 828138857,
            "stop": 828139161
        },
        {
            "start": 828139163,
            "stop": 828139198
        },
        {
            "start": 828139200,
            "stop": 828140028
        },
        {
            "start": 828140030,
            "stop": 828140673
        },
        {
            "start": 828140675,
            "stop": 828141067
        },
        {
            "start": 828141073,
            "stop": 828141105
        },
        {
            "start": 828141110,
            "stop": 828149107
        },
        {
            "start": 828149341,
            "stop": 828153415
        },
        {
            "start": 828162854,
            "stop": 828163577
        }
    ]
}