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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=120",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 121,
    "results": [
        {
            "start": 931777077,
            "stop": 931777099
        },
        {
            "start": 931777117,
            "stop": 931777118
        },
        {
            "start": 931777153,
            "stop": 931777160
        },
        {
            "start": 931777178,
            "stop": 931777207
        },
        {
            "start": 931778532,
            "stop": 931778533
        },
        {
            "start": 931778557,
            "stop": 931778561
        },
        {
            "start": 931778564,
            "stop": 931778576
        },
        {
            "start": 931778668,
            "stop": 931778691
        },
        {
            "start": 931778709,
            "stop": 931778724
        },
        {
            "start": 931778741,
            "stop": 931778761
        },
        {
            "start": 931778764,
            "stop": 931778993
        },
        {
            "start": 931779011,
            "stop": 931779511
        },
        {
            "start": 931779514,
            "stop": 931779556
        },
        {
            "start": 931779559,
            "stop": 931780016
        },
        {
            "start": 931780037,
            "stop": 931780152
        },
        {
            "start": 931780170,
            "stop": 931780185
        },
        {
            "start": 931780203,
            "stop": 931780212
        },
        {
            "start": 931780257,
            "stop": 931780292
        },
        {
            "start": 931780310,
            "stop": 931780390
        },
        {
            "start": 931780408,
            "stop": 931780414
        }
    ]
}