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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=350",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 351,
    "results": [
        {
            "start": 821298718,
            "stop": 821300073
        },
        {
            "start": 821300193,
            "stop": 821300219
        },
        {
            "start": 821300238,
            "stop": 821300499
        },
        {
            "start": 821300506,
            "stop": 821300858
        },
        {
            "start": 821300877,
            "stop": 821300974
        },
        {
            "start": 821300993,
            "stop": 821301509
        },
        {
            "start": 821301528,
            "stop": 821302085
        },
        {
            "start": 821302104,
            "stop": 821302151
        },
        {
            "start": 821302170,
            "stop": 821302225
        },
        {
            "start": 821302244,
            "stop": 821302741
        },
        {
            "start": 821302760,
            "stop": 821303296
        },
        {
            "start": 821303315,
            "stop": 821303461
        },
        {
            "start": 821303581,
            "stop": 821303682
        },
        {
            "start": 821303701,
            "stop": 821303705
        },
        {
            "start": 821303724,
            "stop": 821304701
        },
        {
            "start": 821304702,
            "stop": 821304824
        },
        {
            "start": 821304944,
            "stop": 821304991
        },
        {
            "start": 821305010,
            "stop": 821305092
        },
        {
            "start": 821305111,
            "stop": 821305616
        },
        {
            "start": 821305635,
            "stop": 821305661
        }
    ]
}