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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8913",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8914,
    "results": [
        {
            "start": 873406203,
            "stop": 873406218
        },
        {
            "start": 873406237,
            "stop": 873406271
        },
        {
            "start": 873406290,
            "stop": 873406331
        },
        {
            "start": 873406350,
            "stop": 873406556
        },
        {
            "start": 873406577,
            "stop": 873406581
        },
        {
            "start": 873406600,
            "stop": 873406709
        },
        {
            "start": 873406755,
            "stop": 873406759
        },
        {
            "start": 873406778,
            "stop": 873406779
        },
        {
            "start": 873406799,
            "stop": 873406974
        },
        {
            "start": 873406993,
            "stop": 873407062
        },
        {
            "start": 873407081,
            "stop": 873407089
        },
        {
            "start": 873407108,
            "stop": 873407138
        },
        {
            "start": 873407181,
            "stop": 873407243
        },
        {
            "start": 873407260,
            "stop": 873407362
        },
        {
            "start": 873407379,
            "stop": 873408458
        },
        {
            "start": 873408475,
            "stop": 873408509
        },
        {
            "start": 873408534,
            "stop": 873408702
        },
        {
            "start": 873408722,
            "stop": 873409717
        },
        {
            "start": 873409737,
            "stop": 873409900
        },
        {
            "start": 873409920,
            "stop": 873409970
        }
    ]
}