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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=225",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 226,
    "results": [
        {
            "start": 820573842,
            "stop": 820577815
        },
        {
            "start": 820577818,
            "stop": 820578676
        },
        {
            "start": 820578680,
            "stop": 820582592
        },
        {
            "start": 820582595,
            "stop": 820585291
        },
        {
            "start": 820585295,
            "stop": 820587706
        },
        {
            "start": 820587710,
            "stop": 820589341
        },
        {
            "start": 820589348,
            "stop": 820595084
        },
        {
            "start": 820595265,
            "stop": 820596485
        },
        {
            "start": 820596488,
            "stop": 820597926
        },
        {
            "start": 820597930,
            "stop": 820598095
        },
        {
            "start": 820598098,
            "stop": 820598546
        },
        {
            "start": 820598549,
            "stop": 820599704
        },
        {
            "start": 820599707,
            "stop": 820600756
        },
        {
            "start": 820600759,
            "stop": 820601209
        },
        {
            "start": 820601212,
            "stop": 820601975
        },
        {
            "start": 820601978,
            "stop": 820601983
        },
        {
            "start": 820601986,
            "stop": 820602847
        },
        {
            "start": 820602850,
            "stop": 820605842
        },
        {
            "start": 820605846,
            "stop": 820606938
        },
        {
            "start": 820606941,
            "stop": 820607134
        }
    ]
}