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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9821",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9822,
    "results": [
        {
            "start": 873749590,
            "stop": 873750120
        },
        {
            "start": 873750180,
            "stop": 873750660
        },
        {
            "start": 873750780,
            "stop": 873751260
        },
        {
            "start": 873751320,
            "stop": 873751415
        },
        {
            "start": 873751535,
            "stop": 873751560
        },
        {
            "start": 873751620,
            "stop": 873751806
        },
        {
            "start": 873751823,
            "stop": 873751920
        },
        {
            "start": 873752040,
            "stop": 873752340
        },
        {
            "start": 873753900,
            "stop": 873753960
        },
        {
            "start": 873754020,
            "stop": 873754080
        },
        {
            "start": 873754260,
            "stop": 873754380
        },
        {
            "start": 873754500,
            "stop": 873755580
        },
        {
            "start": 873755640,
            "stop": 873756300
        },
        {
            "start": 873756436,
            "stop": 873756480
        },
        {
            "start": 873756540,
            "stop": 873757740
        },
        {
            "start": 873757860,
            "stop": 873758196
        },
        {
            "start": 873758213,
            "stop": 873758340
        },
        {
            "start": 873758400,
            "stop": 873758496
        },
        {
            "start": 873758513,
            "stop": 873759300
        },
        {
            "start": 873760474,
            "stop": 873761466
        }
    ]
}