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=4588
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=4589",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4587",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4588,
    "results": [
        {
            "start": 874033298,
            "stop": 874033650
        },
        {
            "start": 874033669,
            "stop": 874033707
        },
        {
            "start": 874033827,
            "stop": 874033871
        },
        {
            "start": 874033890,
            "stop": 874034545
        },
        {
            "start": 874034665,
            "stop": 874034701
        },
        {
            "start": 874034720,
            "stop": 874035585
        },
        {
            "start": 874035705,
            "stop": 874036664
        },
        {
            "start": 874036683,
            "stop": 874037189
        },
        {
            "start": 874037208,
            "stop": 874037711
        },
        {
            "start": 874037730,
            "stop": 874038443
        },
        {
            "start": 874038462,
            "stop": 874038626
        },
        {
            "start": 874038646,
            "stop": 874038862
        },
        {
            "start": 874038879,
            "stop": 874039489
        },
        {
            "start": 874039508,
            "stop": 874039819
        },
        {
            "start": 874039838,
            "stop": 874040076
        },
        {
            "start": 874040095,
            "stop": 874040313
        },
        {
            "start": 874040433,
            "stop": 874040549
        },
        {
            "start": 874040568,
            "stop": 874040589
        },
        {
            "start": 874040608,
            "stop": 874041068
        },
        {
            "start": 874041087,
            "stop": 874041274
        }
    ]
}