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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=315",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 316,
    "results": [
        {
            "start": 828902017,
            "stop": 828902022
        },
        {
            "start": 828902024,
            "stop": 828902027
        },
        {
            "start": 828902030,
            "stop": 828902031
        },
        {
            "start": 828902033,
            "stop": 828902035
        },
        {
            "start": 828902042,
            "stop": 828902045
        },
        {
            "start": 828902050,
            "stop": 828902052
        },
        {
            "start": 828902057,
            "stop": 828902064
        },
        {
            "start": 828902072,
            "stop": 828902079
        },
        {
            "start": 828902086,
            "stop": 828902093
        },
        {
            "start": 828902099,
            "stop": 828902102
        },
        {
            "start": 828902105,
            "stop": 828902108
        },
        {
            "start": 828902112,
            "stop": 828902115
        },
        {
            "start": 828902119,
            "stop": 828902127
        },
        {
            "start": 828902129,
            "stop": 828902132
        },
        {
            "start": 828902134,
            "stop": 828902144
        },
        {
            "start": 828902146,
            "stop": 828902148
        },
        {
            "start": 828902150,
            "stop": 828902152
        },
        {
            "start": 828902154,
            "stop": 828902157
        },
        {
            "start": 828902160,
            "stop": 828902171
        },
        {
            "start": 828902179,
            "stop": 828902182
        }
    ]
}