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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=692",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 693,
    "results": [
        {
            "start": 847837433,
            "stop": 847837438
        },
        {
            "start": 847838012,
            "stop": 847841070
        },
        {
            "start": 847842323,
            "stop": 847844730
        },
        {
            "start": 847844850,
            "stop": 847883729
        },
        {
            "start": 847887522,
            "stop": 847890198
        },
        {
            "start": 847890200,
            "stop": 847899709
        },
        {
            "start": 847902100,
            "stop": 847902602
        },
        {
            "start": 847903002,
            "stop": 847914985
        },
        {
            "start": 847916130,
            "stop": 847922190
        },
        {
            "start": 847922250,
            "stop": 847922251
        },
        {
            "start": 847922827,
            "stop": 847945286
        },
        {
            "start": 847952376,
            "stop": 847952415
        },
        {
            "start": 847952938,
            "stop": 847954775
        },
        {
            "start": 847957965,
            "stop": 847958164
        },
        {
            "start": 847958166,
            "stop": 847998436
        },
        {
            "start": 848001235,
            "stop": 848004646
        },
        {
            "start": 848004648,
            "stop": 848004651
        },
        {
            "start": 848004652,
            "stop": 848004653
        },
        {
            "start": 848005122,
            "stop": 848007116
        },
        {
            "start": 848007117,
            "stop": 848010390
        }
    ]
}