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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=171",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 172,
    "results": [
        {
            "start": 842909561,
            "stop": 842909564
        },
        {
            "start": 842909565,
            "stop": 842910508
        },
        {
            "start": 842910518,
            "stop": 842910519
        },
        {
            "start": 842910716,
            "stop": 842911017
        },
        {
            "start": 842911025,
            "stop": 842911053
        },
        {
            "start": 842911059,
            "stop": 842911137
        },
        {
            "start": 842911139,
            "stop": 842911306
        },
        {
            "start": 842911314,
            "stop": 842911580
        },
        {
            "start": 842911587,
            "stop": 842913565
        },
        {
            "start": 842913573,
            "stop": 842913591
        },
        {
            "start": 842915267,
            "stop": 842915505
        },
        {
            "start": 842915507,
            "stop": 842915510
        },
        {
            "start": 842915511,
            "stop": 842915522
        },
        {
            "start": 842915524,
            "stop": 842915576
        },
        {
            "start": 842915578,
            "stop": 842915579
        },
        {
            "start": 842915581,
            "stop": 842915738
        },
        {
            "start": 842915739,
            "stop": 842915909
        },
        {
            "start": 842915913,
            "stop": 842915923
        },
        {
            "start": 842915924,
            "stop": 842915944
        },
        {
            "start": 842915945,
            "stop": 842915948
        }
    ]
}