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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=271",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 272,
    "results": [
        {
            "start": 820572834,
            "stop": 820573579
        },
        {
            "start": 820573583,
            "stop": 820573760
        },
        {
            "start": 820573792,
            "stop": 820573839
        },
        {
            "start": 820573842,
            "stop": 820576096
        },
        {
            "start": 820576128,
            "stop": 820577815
        },
        {
            "start": 820577818,
            "stop": 820578676
        },
        {
            "start": 820578680,
            "stop": 820582592
        },
        {
            "start": 820582595,
            "stop": 820585291
        },
        {
            "start": 820585295,
            "stop": 820587706
        },
        {
            "start": 820587710,
            "stop": 820588177
        },
        {
            "start": 820588400,
            "stop": 820589341
        },
        {
            "start": 820589348,
            "stop": 820595084
        },
        {
            "start": 820595265,
            "stop": 820596435
        },
        {
            "start": 820596618,
            "stop": 820597300
        },
        {
            "start": 820597420,
            "stop": 820597926
        },
        {
            "start": 820597930,
            "stop": 820597946
        },
        {
            "start": 820598126,
            "stop": 820598367
        },
        {
            "start": 820598384,
            "stop": 820598546
        },
        {
            "start": 820598549,
            "stop": 820599704
        },
        {
            "start": 820599707,
            "stop": 820600756
        }
    ]
}