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=4638
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=4639",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4637",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4638,
    "results": [
        {
            "start": 874247722,
            "stop": 874247733
        },
        {
            "start": 874247766,
            "stop": 874247886
        },
        {
            "start": 874247922,
            "stop": 874247975
        },
        {
            "start": 874247996,
            "stop": 874248019
        },
        {
            "start": 874248038,
            "stop": 874248043
        },
        {
            "start": 874248062,
            "stop": 874248075
        },
        {
            "start": 874248123,
            "stop": 874248166
        },
        {
            "start": 874248185,
            "stop": 874248216
        },
        {
            "start": 874248270,
            "stop": 874248287
        },
        {
            "start": 874248325,
            "stop": 874248438
        },
        {
            "start": 874248457,
            "stop": 874248467
        },
        {
            "start": 874248487,
            "stop": 874248488
        },
        {
            "start": 874248507,
            "stop": 874248574
        },
        {
            "start": 874248593,
            "stop": 874248655
        },
        {
            "start": 874248674,
            "stop": 874248676
        },
        {
            "start": 874248796,
            "stop": 874248862
        },
        {
            "start": 874248905,
            "stop": 874248977
        },
        {
            "start": 874249236,
            "stop": 874249319
        },
        {
            "start": 874249338,
            "stop": 874249345
        },
        {
            "start": 874249366,
            "stop": 874249367
        }
    ]
}