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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=241",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 242,
    "results": [
        {
            "start": 931737662,
            "stop": 931737663
        },
        {
            "start": 931737665,
            "stop": 931737667
        },
        {
            "start": 931737672,
            "stop": 931737673
        },
        {
            "start": 931737675,
            "stop": 931737676
        },
        {
            "start": 931737678,
            "stop": 931737687
        },
        {
            "start": 931737693,
            "stop": 931737695
        },
        {
            "start": 931737697,
            "stop": 931737703
        },
        {
            "start": 931737705,
            "stop": 931737707
        },
        {
            "start": 931737709,
            "stop": 931737710
        },
        {
            "start": 931737711,
            "stop": 931737712
        },
        {
            "start": 931737713,
            "stop": 931737718
        },
        {
            "start": 931737720,
            "stop": 931737730
        },
        {
            "start": 931737734,
            "stop": 931737744
        },
        {
            "start": 931737746,
            "stop": 931737747
        },
        {
            "start": 931737748,
            "stop": 931737762
        },
        {
            "start": 931737763,
            "stop": 931737768
        },
        {
            "start": 931737770,
            "stop": 931737784
        },
        {
            "start": 931737785,
            "stop": 931737786
        },
        {
            "start": 931737788,
            "stop": 931737795
        },
        {
            "start": 931737796,
            "stop": 931737846
        }
    ]
}