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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7591",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7589",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7590,
    "results": [
        {
            "start": 970605916,
            "stop": 970605983
        },
        {
            "start": 970605992,
            "stop": 970606035
        },
        {
            "start": 970606041,
            "stop": 970606043
        },
        {
            "start": 970606053,
            "stop": 970606312
        },
        {
            "start": 970606318,
            "stop": 970606334
        },
        {
            "start": 970606340,
            "stop": 970606671
        },
        {
            "start": 970606677,
            "stop": 970606937
        },
        {
            "start": 970606944,
            "stop": 970607459
        },
        {
            "start": 970607480,
            "stop": 970608379
        },
        {
            "start": 970608385,
            "stop": 970608634
        },
        {
            "start": 970636027,
            "stop": 970637931
        },
        {
            "start": 970637964,
            "stop": 970638048
        },
        {
            "start": 970638059,
            "stop": 970641678
        },
        {
            "start": 970641684,
            "stop": 970641725
        },
        {
            "start": 970641731,
            "stop": 970641959
        },
        {
            "start": 970641965,
            "stop": 970643653
        },
        {
            "start": 970643659,
            "stop": 970643666
        },
        {
            "start": 970643672,
            "stop": 970644496
        },
        {
            "start": 970644556,
            "stop": 970655667
        },
        {
            "start": 970655707,
            "stop": 970661409
        }
    ]
}