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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=283",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 284,
    "results": [
        {
            "start": 821906707,
            "stop": 821909385
        },
        {
            "start": 821910889,
            "stop": 821911933
        },
        {
            "start": 821912080,
            "stop": 821915015
        },
        {
            "start": 821916305,
            "stop": 821935134
        },
        {
            "start": 821935138,
            "stop": 821935749
        },
        {
            "start": 821935766,
            "stop": 821959216
        },
        {
            "start": 821959233,
            "stop": 821969188
        },
        {
            "start": 821970104,
            "stop": 821975329
        },
        {
            "start": 821975333,
            "stop": 821990409
        },
        {
            "start": 821991937,
            "stop": 821992693
        },
        {
            "start": 821993087,
            "stop": 822003275
        },
        {
            "start": 822004157,
            "stop": 822011665
        },
        {
            "start": 822011682,
            "stop": 822011828
        },
        {
            "start": 822012769,
            "stop": 822013477
        },
        {
            "start": 822013494,
            "stop": 822032070
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822035636
        },
        {
            "start": 822035653,
            "stop": 822051671
        },
        {
            "start": 822051674,
            "stop": 822064122
        },
        {
            "start": 822064200,
            "stop": 822064300
        }
    ]
}