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=1897
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=1898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1896",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1897,
    "results": [
        {
            "start": 847097667,
            "stop": 847101689
        },
        {
            "start": 847101691,
            "stop": 847115607
        },
        {
            "start": 847115613,
            "stop": 847116537
        },
        {
            "start": 847116538,
            "stop": 847120012
        },
        {
            "start": 847120020,
            "stop": 847120050
        },
        {
            "start": 847120110,
            "stop": 847120121
        },
        {
            "start": 847120231,
            "stop": 847120283
        },
        {
            "start": 847120286,
            "stop": 847120555
        },
        {
            "start": 847120645,
            "stop": 847120686
        },
        {
            "start": 847120829,
            "stop": 847120965
        },
        {
            "start": 847122524,
            "stop": 847122878
        },
        {
            "start": 847123086,
            "stop": 847125570
        },
        {
            "start": 847125575,
            "stop": 847125627
        },
        {
            "start": 847125633,
            "stop": 847130068
        },
        {
            "start": 847130186,
            "stop": 847131150
        },
        {
            "start": 847131210,
            "stop": 847132256
        },
        {
            "start": 847132258,
            "stop": 847132410
        },
        {
            "start": 847133310,
            "stop": 847133876
        },
        {
            "start": 847181954,
            "stop": 847205932
        },
        {
            "start": 847205938,
            "stop": 847207835
        }
    ]
}