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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=173",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 174,
    "results": [
        {
            "start": 819842520,
            "stop": 819842535
        },
        {
            "start": 819843526,
            "stop": 819843660
        },
        {
            "start": 819843720,
            "stop": 819843823
        },
        {
            "start": 819843826,
            "stop": 819843850
        },
        {
            "start": 819843854,
            "stop": 819843887
        },
        {
            "start": 819844007,
            "stop": 819844021
        },
        {
            "start": 819844500,
            "stop": 819844548
        },
        {
            "start": 819844565,
            "stop": 819844620
        },
        {
            "start": 819844680,
            "stop": 819844800
        },
        {
            "start": 819845347,
            "stop": 819845460
        },
        {
            "start": 819845520,
            "stop": 819845700
        },
        {
            "start": 819845760,
            "stop": 819845820
        },
        {
            "start": 819845940,
            "stop": 819845993
        },
        {
            "start": 819846120,
            "stop": 819846203
        },
        {
            "start": 819846220,
            "stop": 819846313
        },
        {
            "start": 819846330,
            "stop": 819846421
        },
        {
            "start": 819846424,
            "stop": 819846563
        },
        {
            "start": 819846566,
            "stop": 819846900
        },
        {
            "start": 819846960,
            "stop": 819847129
        },
        {
            "start": 819847132,
            "stop": 819847145
        }
    ]
}