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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=196",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 197,
    "results": [
        {
            "start": 827025528,
            "stop": 827025529
        },
        {
            "start": 827025535,
            "stop": 827025558
        },
        {
            "start": 827025561,
            "stop": 827025563
        },
        {
            "start": 827025565,
            "stop": 827025568
        },
        {
            "start": 827025570,
            "stop": 827025576
        },
        {
            "start": 827025583,
            "stop": 827025598
        },
        {
            "start": 827025600,
            "stop": 827025602
        },
        {
            "start": 827025606,
            "stop": 827025609
        },
        {
            "start": 827025611,
            "stop": 827025612
        },
        {
            "start": 827025614,
            "stop": 827025619
        },
        {
            "start": 827025621,
            "stop": 827025625
        },
        {
            "start": 827025628,
            "stop": 827025635
        },
        {
            "start": 827025637,
            "stop": 827025640
        },
        {
            "start": 827025641,
            "stop": 827025648
        },
        {
            "start": 827025650,
            "stop": 827025659
        },
        {
            "start": 827025669,
            "stop": 827025675
        },
        {
            "start": 827025679,
            "stop": 827025681
        },
        {
            "start": 827025687,
            "stop": 827025690
        },
        {
            "start": 827025692,
            "stop": 827025701
        },
        {
            "start": 827025706,
            "stop": 827025710
        }
    ]
}