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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=324",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 325,
    "results": [
        {
            "start": 821476320,
            "stop": 821477341
        },
        {
            "start": 821479678,
            "stop": 821479860
        },
        {
            "start": 821479920,
            "stop": 821479980
        },
        {
            "start": 821482538,
            "stop": 821483100
        },
        {
            "start": 821483160,
            "stop": 821483279
        },
        {
            "start": 821484249,
            "stop": 821484337
        },
        {
            "start": 821484340,
            "stop": 821484567
        },
        {
            "start": 821486277,
            "stop": 821486340
        },
        {
            "start": 821486460,
            "stop": 821486477
        },
        {
            "start": 821489091,
            "stop": 821489353
        },
        {
            "start": 821490217,
            "stop": 821491459
        },
        {
            "start": 821491579,
            "stop": 821491602
        },
        {
            "start": 821491920,
            "stop": 821493141
        },
        {
            "start": 821493261,
            "stop": 821493286
        },
        {
            "start": 821493406,
            "stop": 821493638
        },
        {
            "start": 821493641,
            "stop": 821494304
        },
        {
            "start": 821494485,
            "stop": 821494736
        },
        {
            "start": 821494739,
            "stop": 821494904
        },
        {
            "start": 821495085,
            "stop": 821495243
        },
        {
            "start": 821495430,
            "stop": 821495520
        }
    ]
}