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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=565",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=563",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 564,
    "results": [
        {
            "start": 827383181,
            "stop": 827383626
        },
        {
            "start": 827383646,
            "stop": 827385236
        },
        {
            "start": 827385239,
            "stop": 827385379
        },
        {
            "start": 827385679,
            "stop": 827386041
        },
        {
            "start": 827386341,
            "stop": 827388599
        },
        {
            "start": 827388621,
            "stop": 827388629
        },
        {
            "start": 827388651,
            "stop": 827389633
        },
        {
            "start": 827389636,
            "stop": 827390686
        },
        {
            "start": 827390706,
            "stop": 827393029
        },
        {
            "start": 827393051,
            "stop": 827393076
        },
        {
            "start": 827393146,
            "stop": 827393658
        },
        {
            "start": 827393684,
            "stop": 827393710
        },
        {
            "start": 827393729,
            "stop": 827394869
        },
        {
            "start": 827394976,
            "stop": 827395155
        },
        {
            "start": 827395179,
            "stop": 827395203
        },
        {
            "start": 827395257,
            "stop": 827395266
        },
        {
            "start": 827395292,
            "stop": 827395563
        },
        {
            "start": 827395585,
            "stop": 827395659
        },
        {
            "start": 827395687,
            "stop": 827395708
        },
        {
            "start": 827395744,
            "stop": 827395748
        }
    ]
}