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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=192",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 193,
    "results": [
        {
            "start": 819845347,
            "stop": 819845353
        },
        {
            "start": 819845357,
            "stop": 819845805
        },
        {
            "start": 819845809,
            "stop": 819846298
        },
        {
            "start": 819846302,
            "stop": 819846331
        },
        {
            "start": 819846334,
            "stop": 819846711
        },
        {
            "start": 819846714,
            "stop": 819846744
        },
        {
            "start": 819846747,
            "stop": 819847132
        },
        {
            "start": 819847135,
            "stop": 819847149
        },
        {
            "start": 819847152,
            "stop": 819847603
        },
        {
            "start": 819847784,
            "stop": 819847881
        },
        {
            "start": 819847885,
            "stop": 819848171
        },
        {
            "start": 819848174,
            "stop": 819848442
        },
        {
            "start": 819848624,
            "stop": 819848915
        },
        {
            "start": 819848918,
            "stop": 819849347
        },
        {
            "start": 819849350,
            "stop": 819849403
        },
        {
            "start": 819849406,
            "stop": 819849428
        },
        {
            "start": 819849431,
            "stop": 819849458
        },
        {
            "start": 819850003,
            "stop": 819850014
        },
        {
            "start": 819850198,
            "stop": 819850322
        },
        {
            "start": 819850325,
            "stop": 819850991
        }
    ]
}