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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=350",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 351,
    "results": [
        {
            "start": 823022220,
            "stop": 823022893
        },
        {
            "start": 823023021,
            "stop": 823023253
        },
        {
            "start": 823023624,
            "stop": 823024025
        },
        {
            "start": 823024042,
            "stop": 823024371
        },
        {
            "start": 823024388,
            "stop": 823026790
        },
        {
            "start": 823026807,
            "stop": 823027103
        },
        {
            "start": 823027120,
            "stop": 823028784
        },
        {
            "start": 823028806,
            "stop": 823029521
        },
        {
            "start": 823030532,
            "stop": 823030680
        },
        {
            "start": 823030740,
            "stop": 823032147
        },
        {
            "start": 823034368,
            "stop": 823034613
        },
        {
            "start": 823034630,
            "stop": 823035392
        },
        {
            "start": 823035409,
            "stop": 823036260
        },
        {
            "start": 823036320,
            "stop": 823036329
        },
        {
            "start": 823036353,
            "stop": 823036682
        },
        {
            "start": 823036685,
            "stop": 823036778
        },
        {
            "start": 823036795,
            "stop": 823039560
        },
        {
            "start": 823039621,
            "stop": 823040283
        },
        {
            "start": 823040372,
            "stop": 823042022
        },
        {
            "start": 823042068,
            "stop": 823042740
        }
    ]
}