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=3678
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=3679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3677",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3678,
    "results": [
        {
            "start": 873008570,
            "stop": 873008604
        },
        {
            "start": 873008621,
            "stop": 873008640
        },
        {
            "start": 873008700,
            "stop": 873008710
        },
        {
            "start": 873008730,
            "stop": 873008765
        },
        {
            "start": 873008783,
            "stop": 873008840
        },
        {
            "start": 873008857,
            "stop": 873008871
        },
        {
            "start": 873008893,
            "stop": 873008907
        },
        {
            "start": 873008924,
            "stop": 873008983
        },
        {
            "start": 873009000,
            "stop": 873009202
        },
        {
            "start": 873009219,
            "stop": 873010093
        },
        {
            "start": 873010110,
            "stop": 873010977
        },
        {
            "start": 873010994,
            "stop": 873011264
        },
        {
            "start": 873011281,
            "stop": 873011304
        },
        {
            "start": 873011321,
            "stop": 873011325
        },
        {
            "start": 873011342,
            "stop": 873011392
        },
        {
            "start": 873011409,
            "stop": 873011688
        },
        {
            "start": 873011705,
            "stop": 873011809
        },
        {
            "start": 873011826,
            "stop": 873011903
        },
        {
            "start": 873011920,
            "stop": 873011956
        },
        {
            "start": 873011973,
            "stop": 873011978
        }
    ]
}