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=382
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=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=381",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 382,
    "results": [
        {
            "start": 829633794,
            "stop": 829633796
        },
        {
            "start": 829633800,
            "stop": 829633802
        },
        {
            "start": 829633809,
            "stop": 829633810
        },
        {
            "start": 829633816,
            "stop": 829633820
        },
        {
            "start": 829633828,
            "stop": 829633830
        },
        {
            "start": 829633834,
            "stop": 829633836
        },
        {
            "start": 829633838,
            "stop": 829633839
        },
        {
            "start": 829633845,
            "stop": 829633846
        },
        {
            "start": 829633849,
            "stop": 829633852
        },
        {
            "start": 829633855,
            "stop": 829633858
        },
        {
            "start": 829633860,
            "stop": 829633861
        },
        {
            "start": 829633876,
            "stop": 829633879
        },
        {
            "start": 829633891,
            "stop": 829633892
        },
        {
            "start": 829633916,
            "stop": 829633917
        },
        {
            "start": 829633921,
            "stop": 829633925
        },
        {
            "start": 829633957,
            "stop": 829633958
        },
        {
            "start": 829633967,
            "stop": 829633968
        },
        {
            "start": 829634003,
            "stop": 829634006
        },
        {
            "start": 829634012,
            "stop": 829634013
        },
        {
            "start": 829634022,
            "stop": 829634025
        }
    ]
}