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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=177",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 178,
    "results": [
        {
            "start": 819987867,
            "stop": 819987951
        },
        {
            "start": 819987955,
            "stop": 819988006
        },
        {
            "start": 819988010,
            "stop": 819988123
        },
        {
            "start": 819988126,
            "stop": 819988148
        },
        {
            "start": 819988151,
            "stop": 819988462
        },
        {
            "start": 819988466,
            "stop": 819988741
        },
        {
            "start": 819988745,
            "stop": 819988747
        },
        {
            "start": 819988750,
            "stop": 819988754
        },
        {
            "start": 819988757,
            "stop": 819988775
        },
        {
            "start": 819988778,
            "stop": 819988996
        },
        {
            "start": 819988999,
            "stop": 819989151
        },
        {
            "start": 819989155,
            "stop": 819990046
        },
        {
            "start": 819990049,
            "stop": 819990269
        },
        {
            "start": 819990273,
            "stop": 819990483
        },
        {
            "start": 819990486,
            "stop": 819991340
        },
        {
            "start": 819991345,
            "stop": 819991890
        },
        {
            "start": 819991893,
            "stop": 819992499
        },
        {
            "start": 819992502,
            "stop": 819992588
        },
        {
            "start": 819992592,
            "stop": 819992878
        },
        {
            "start": 819992881,
            "stop": 819993126
        }
    ]
}