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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=191",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 192,
    "results": [
        {
            "start": 820186626,
            "stop": 820186630
        },
        {
            "start": 820186636,
            "stop": 820186639
        },
        {
            "start": 820186642,
            "stop": 820186653
        },
        {
            "start": 820186656,
            "stop": 820186685
        },
        {
            "start": 820186688,
            "stop": 820186697
        },
        {
            "start": 820186700,
            "stop": 820186703
        },
        {
            "start": 820186706,
            "stop": 820186775
        },
        {
            "start": 820186778,
            "stop": 820186818
        },
        {
            "start": 820186821,
            "stop": 820186846
        },
        {
            "start": 820186849,
            "stop": 820187024
        },
        {
            "start": 820187027,
            "stop": 820187209
        },
        {
            "start": 820187212,
            "stop": 820187251
        },
        {
            "start": 820187255,
            "stop": 820187364
        },
        {
            "start": 820187367,
            "stop": 820187386
        },
        {
            "start": 820187389,
            "stop": 820187486
        },
        {
            "start": 820187490,
            "stop": 820187549
        },
        {
            "start": 820187552,
            "stop": 820187657
        },
        {
            "start": 820187660,
            "stop": 820187678
        },
        {
            "start": 820187681,
            "stop": 820187706
        },
        {
            "start": 820187709,
            "stop": 820187710
        }
    ]
}