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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2094",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2095,
    "results": [
        {
            "start": 864418375,
            "stop": 864419250
        },
        {
            "start": 864419310,
            "stop": 864425430
        },
        {
            "start": 864425490,
            "stop": 864433800
        },
        {
            "start": 864435507,
            "stop": 864436597
        },
        {
            "start": 864436994,
            "stop": 864437144
        },
        {
            "start": 864437444,
            "stop": 864463863
        },
        {
            "start": 864464497,
            "stop": 864469772
        },
        {
            "start": 864469778,
            "stop": 864469795
        },
        {
            "start": 864469800,
            "stop": 864485767
        },
        {
            "start": 864485775,
            "stop": 864485800
        },
        {
            "start": 864485805,
            "stop": 864486082
        },
        {
            "start": 864506081,
            "stop": 864506246
        },
        {
            "start": 864506546,
            "stop": 864507621
        },
        {
            "start": 864507902,
            "stop": 864508232
        },
        {
            "start": 864508238,
            "stop": 864510479
        },
        {
            "start": 864510779,
            "stop": 864520655
        },
        {
            "start": 864520660,
            "stop": 864530245
        },
        {
            "start": 864530250,
            "stop": 864559842
        },
        {
            "start": 864559848,
            "stop": 864570470
        },
        {
            "start": 864570478,
            "stop": 864574057
        }
    ]
}