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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=265",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 266,
    "results": [
        {
            "start": 821595072,
            "stop": 821595416
        },
        {
            "start": 821595421,
            "stop": 821595478
        },
        {
            "start": 821595482,
            "stop": 821595484
        },
        {
            "start": 821595487,
            "stop": 821595552
        },
        {
            "start": 821595556,
            "stop": 821595572
        },
        {
            "start": 821595575,
            "stop": 821595611
        },
        {
            "start": 821595615,
            "stop": 821595674
        },
        {
            "start": 821595677,
            "stop": 821595715
        },
        {
            "start": 821595718,
            "stop": 821595804
        },
        {
            "start": 821595808,
            "stop": 821595811
        },
        {
            "start": 821595815,
            "stop": 821595818
        },
        {
            "start": 821595821,
            "stop": 821596212
        },
        {
            "start": 821596215,
            "stop": 821596296
        },
        {
            "start": 821596300,
            "stop": 821596349
        },
        {
            "start": 821596353,
            "stop": 821596429
        },
        {
            "start": 821596433,
            "stop": 821596456
        },
        {
            "start": 821596459,
            "stop": 821596477
        },
        {
            "start": 821596481,
            "stop": 821596562
        },
        {
            "start": 821596565,
            "stop": 821596727
        },
        {
            "start": 821596731,
            "stop": 821596888
        }
    ]
}