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=4728
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=4729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4727",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4728,
    "results": [
        {
            "start": 874449793,
            "stop": 874449848
        },
        {
            "start": 874449867,
            "stop": 874449950
        },
        {
            "start": 874449969,
            "stop": 874449974
        },
        {
            "start": 874449994,
            "stop": 874450030
        },
        {
            "start": 874450049,
            "stop": 874450074
        },
        {
            "start": 874450108,
            "stop": 874450125
        },
        {
            "start": 874450161,
            "stop": 874450238
        },
        {
            "start": 874450258,
            "stop": 874450282
        },
        {
            "start": 874450478,
            "stop": 874450537
        },
        {
            "start": 874450562,
            "stop": 874450584
        },
        {
            "start": 874450616,
            "stop": 874450673
        },
        {
            "start": 874450692,
            "stop": 874450703
        },
        {
            "start": 874450730,
            "stop": 874450795
        },
        {
            "start": 874450814,
            "stop": 874450921
        },
        {
            "start": 874450942,
            "stop": 874450995
        },
        {
            "start": 874451014,
            "stop": 874451196
        },
        {
            "start": 874451316,
            "stop": 874451412
        },
        {
            "start": 874451432,
            "stop": 874451568
        },
        {
            "start": 874451588,
            "stop": 874451591
        },
        {
            "start": 874451626,
            "stop": 874451643
        }
    ]
}