Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8805
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8804",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8805,
    "results": [
        {
            "start": 873981463,
            "stop": 873981701
        },
        {
            "start": 873981718,
            "stop": 873983349
        },
        {
            "start": 873983366,
            "stop": 873983390
        },
        {
            "start": 873983407,
            "stop": 873983470
        },
        {
            "start": 873983590,
            "stop": 873983911
        },
        {
            "start": 873983928,
            "stop": 873986111
        },
        {
            "start": 873986231,
            "stop": 873986699
        },
        {
            "start": 873986716,
            "stop": 873986940
        },
        {
            "start": 873987000,
            "stop": 873988066
        },
        {
            "start": 873988083,
            "stop": 873988382
        },
        {
            "start": 873988502,
            "stop": 873989271
        },
        {
            "start": 873989288,
            "stop": 873989495
        },
        {
            "start": 873989615,
            "stop": 873992340
        },
        {
            "start": 873992400,
            "stop": 873992444
        },
        {
            "start": 873992461,
            "stop": 873992626
        },
        {
            "start": 873992772,
            "stop": 873993240
        },
        {
            "start": 873993280,
            "stop": 873994645
        },
        {
            "start": 873994765,
            "stop": 873994824
        },
        {
            "start": 873997330,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 873998220
        }
    ]
}