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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=592",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=590",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 591,
    "results": [
        {
            "start": 827869310,
            "stop": 827870627
        },
        {
            "start": 827870648,
            "stop": 827874066
        },
        {
            "start": 827874083,
            "stop": 827874090
        },
        {
            "start": 827874150,
            "stop": 827874270
        },
        {
            "start": 827874330,
            "stop": 827874815
        },
        {
            "start": 827874832,
            "stop": 827876310
        },
        {
            "start": 827876731,
            "stop": 827876832
        },
        {
            "start": 827876835,
            "stop": 827876840
        },
        {
            "start": 827876846,
            "stop": 827876849
        },
        {
            "start": 827876854,
            "stop": 827876866
        },
        {
            "start": 827876869,
            "stop": 827880202
        },
        {
            "start": 827880223,
            "stop": 827880296
        },
        {
            "start": 827880300,
            "stop": 827880709
        },
        {
            "start": 827880726,
            "stop": 827881981
        },
        {
            "start": 827881999,
            "stop": 827882111
        },
        {
            "start": 827882411,
            "stop": 827886100
        },
        {
            "start": 827886117,
            "stop": 827886264
        },
        {
            "start": 827886267,
            "stop": 827887483
        },
        {
            "start": 827887507,
            "stop": 827888976
        },
        {
            "start": 827888993,
            "stop": 827893864
        }
    ]
}