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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=389",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 390,
    "results": [
        {
            "start": 935186641,
            "stop": 935187033
        },
        {
            "start": 935188296,
            "stop": 935188879
        },
        {
            "start": 935193460,
            "stop": 935193736
        },
        {
            "start": 935193739,
            "stop": 935193760
        },
        {
            "start": 935193762,
            "stop": 935193785
        },
        {
            "start": 935193787,
            "stop": 935193813
        },
        {
            "start": 935193815,
            "stop": 935193819
        },
        {
            "start": 935193821,
            "stop": 935193828
        },
        {
            "start": 935193830,
            "stop": 935193836
        },
        {
            "start": 935193839,
            "stop": 935194608
        },
        {
            "start": 935195991,
            "stop": 935197336
        },
        {
            "start": 935197338,
            "stop": 935197385
        },
        {
            "start": 935197388,
            "stop": 935197414
        },
        {
            "start": 935197416,
            "stop": 935197420
        },
        {
            "start": 935197422,
            "stop": 935197436
        },
        {
            "start": 935197440,
            "stop": 935199983
        },
        {
            "start": 935199985,
            "stop": 935200960
        },
        {
            "start": 935200962,
            "stop": 935200965
        },
        {
            "start": 935200968,
            "stop": 935200994
        },
        {
            "start": 935200996,
            "stop": 935201014
        }
    ]
}