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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4953",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4954,
    "results": [
        {
            "start": 874374242,
            "stop": 874374318
        },
        {
            "start": 874374337,
            "stop": 874374360
        },
        {
            "start": 874374440,
            "stop": 874374467
        },
        {
            "start": 874374600,
            "stop": 874374637
        },
        {
            "start": 874374657,
            "stop": 874374663
        },
        {
            "start": 874374682,
            "stop": 874374719
        },
        {
            "start": 874374780,
            "stop": 874374867
        },
        {
            "start": 874374905,
            "stop": 874374947
        },
        {
            "start": 874374983,
            "stop": 874374985
        },
        {
            "start": 874375019,
            "stop": 874375024
        },
        {
            "start": 874375067,
            "stop": 874375080
        },
        {
            "start": 874375140,
            "stop": 874375237
        },
        {
            "start": 874375256,
            "stop": 874375260
        },
        {
            "start": 874375314,
            "stop": 874375325
        },
        {
            "start": 874375362,
            "stop": 874375405
        },
        {
            "start": 874375425,
            "stop": 874375438
        },
        {
            "start": 874375506,
            "stop": 874375514
        },
        {
            "start": 874375570,
            "stop": 874375581
        },
        {
            "start": 874375600,
            "stop": 874375634
        },
        {
            "start": 874375662,
            "stop": 874375710
        }
    ]
}