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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5011",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5012,
    "results": [
        {
            "start": 874516289,
            "stop": 874516329
        },
        {
            "start": 874516348,
            "stop": 874516351
        },
        {
            "start": 874516370,
            "stop": 874516371
        },
        {
            "start": 874516390,
            "stop": 874516401
        },
        {
            "start": 874516436,
            "stop": 874516447
        },
        {
            "start": 874516483,
            "stop": 874516706
        },
        {
            "start": 874516725,
            "stop": 874516740
        },
        {
            "start": 874516800,
            "stop": 874516827
        },
        {
            "start": 874516847,
            "stop": 874516888
        },
        {
            "start": 874516923,
            "stop": 874516974
        },
        {
            "start": 874516993,
            "stop": 874517096
        },
        {
            "start": 874517117,
            "stop": 874517130
        },
        {
            "start": 874517149,
            "stop": 874517154
        },
        {
            "start": 874517228,
            "stop": 874517248
        },
        {
            "start": 874517270,
            "stop": 874517280
        },
        {
            "start": 874517318,
            "stop": 874517338
        },
        {
            "start": 874517370,
            "stop": 874517371
        },
        {
            "start": 874517391,
            "stop": 874517442
        },
        {
            "start": 874517485,
            "stop": 874517490
        },
        {
            "start": 874517509,
            "stop": 874517571
        }
    ]
}