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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=152",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 153,
    "results": [
        {
            "start": 818888611,
            "stop": 818889596
        },
        {
            "start": 818889716,
            "stop": 818890959
        },
        {
            "start": 818891079,
            "stop": 818892291
        },
        {
            "start": 818892504,
            "stop": 818893775
        },
        {
            "start": 818894300,
            "stop": 818896704
        },
        {
            "start": 818896736,
            "stop": 818897560
        },
        {
            "start": 818897680,
            "stop": 818901873
        },
        {
            "start": 818901993,
            "stop": 818906651
        },
        {
            "start": 818906832,
            "stop": 818908345
        },
        {
            "start": 818908465,
            "stop": 818909643
        },
        {
            "start": 818909646,
            "stop": 818909696
        },
        {
            "start": 818909728,
            "stop": 818910208
        },
        {
            "start": 818910240,
            "stop": 818917613
        },
        {
            "start": 818918167,
            "stop": 818918177
        },
        {
            "start": 818918779,
            "stop": 818919489
        },
        {
            "start": 818919493,
            "stop": 818920605
        },
        {
            "start": 818920845,
            "stop": 818923975
        },
        {
            "start": 818924159,
            "stop": 818927304
        },
        {
            "start": 818927424,
            "stop": 818932783
        },
        {
            "start": 818932964,
            "stop": 818937824
        }
    ]
}