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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=286",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 287,
    "results": [
        {
            "start": 820891305,
            "stop": 820891818
        },
        {
            "start": 820891821,
            "stop": 820892345
        },
        {
            "start": 820892348,
            "stop": 820892372
        },
        {
            "start": 820892376,
            "stop": 820892474
        },
        {
            "start": 820892594,
            "stop": 820892599
        },
        {
            "start": 820892603,
            "stop": 820893303
        },
        {
            "start": 820893307,
            "stop": 820893391
        },
        {
            "start": 820893395,
            "stop": 820893421
        },
        {
            "start": 820893425,
            "stop": 820893436
        },
        {
            "start": 820893440,
            "stop": 820893475
        },
        {
            "start": 820893483,
            "stop": 820893513
        },
        {
            "start": 820893517,
            "stop": 820893604
        },
        {
            "start": 820893613,
            "stop": 820893633
        },
        {
            "start": 820893637,
            "stop": 820893653
        },
        {
            "start": 820893656,
            "stop": 820893671
        },
        {
            "start": 820893685,
            "stop": 820893827
        },
        {
            "start": 820893831,
            "stop": 820893856
        },
        {
            "start": 820893860,
            "stop": 820893865
        },
        {
            "start": 820893868,
            "stop": 820893881
        },
        {
            "start": 820893884,
            "stop": 820893958
        }
    ]
}