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=5019
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=5020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5018",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5019,
    "results": [
        {
            "start": 874542228,
            "stop": 874542249
        },
        {
            "start": 874542268,
            "stop": 874542300
        },
        {
            "start": 874542360,
            "stop": 874542380
        },
        {
            "start": 874542400,
            "stop": 874542508
        },
        {
            "start": 874542527,
            "stop": 874542540
        },
        {
            "start": 874542600,
            "stop": 874542695
        },
        {
            "start": 874542715,
            "stop": 874542746
        },
        {
            "start": 874542779,
            "stop": 874542816
        },
        {
            "start": 874542835,
            "stop": 874543123
        },
        {
            "start": 874543142,
            "stop": 874543209
        },
        {
            "start": 874543228,
            "stop": 874543234
        },
        {
            "start": 874543253,
            "stop": 874543277
        },
        {
            "start": 874543296,
            "stop": 874543335
        },
        {
            "start": 874543354,
            "stop": 874543367
        },
        {
            "start": 874543414,
            "stop": 874543417
        },
        {
            "start": 874543448,
            "stop": 874543536
        },
        {
            "start": 874543577,
            "stop": 874543585
        },
        {
            "start": 874543604,
            "stop": 874543620
        },
        {
            "start": 874543681,
            "stop": 874543739
        },
        {
            "start": 874543800,
            "stop": 874543830
        }
    ]
}