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=444
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=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=443",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 444,
    "results": [
        {
            "start": 825895770,
            "stop": 825895786
        },
        {
            "start": 825895795,
            "stop": 825895820
        },
        {
            "start": 825895824,
            "stop": 825895834
        },
        {
            "start": 825895859,
            "stop": 825895879
        },
        {
            "start": 825895883,
            "stop": 825896013
        },
        {
            "start": 825896016,
            "stop": 825896017
        },
        {
            "start": 825896022,
            "stop": 825896103
        },
        {
            "start": 825896106,
            "stop": 825896110
        },
        {
            "start": 825896114,
            "stop": 825896150
        },
        {
            "start": 825896154,
            "stop": 825896159
        },
        {
            "start": 825896164,
            "stop": 825896304
        },
        {
            "start": 825896321,
            "stop": 825896523
        },
        {
            "start": 825896527,
            "stop": 825896826
        },
        {
            "start": 825896829,
            "stop": 825897054
        },
        {
            "start": 825897057,
            "stop": 825897061
        },
        {
            "start": 825897362,
            "stop": 825897552
        },
        {
            "start": 825897555,
            "stop": 825897862
        },
        {
            "start": 825897865,
            "stop": 825897905
        },
        {
            "start": 825897908,
            "stop": 825897951
        },
        {
            "start": 825897972,
            "stop": 825897979
        }
    ]
}