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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=96",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 97,
    "results": [
        {
            "start": 931730918,
            "stop": 931730925
        },
        {
            "start": 931730959,
            "stop": 931730983
        },
        {
            "start": 931731241,
            "stop": 931731278
        },
        {
            "start": 931731296,
            "stop": 931731316
        },
        {
            "start": 931731318,
            "stop": 931731451
        },
        {
            "start": 931731487,
            "stop": 931731592
        },
        {
            "start": 931731661,
            "stop": 931731690
        },
        {
            "start": 931731733,
            "stop": 931731734
        },
        {
            "start": 931731791,
            "stop": 931731804
        },
        {
            "start": 931731926,
            "stop": 931731932
        },
        {
            "start": 931731952,
            "stop": 931731966
        },
        {
            "start": 931732020,
            "stop": 931732026
        },
        {
            "start": 931735513,
            "stop": 931735600
        },
        {
            "start": 931735603,
            "stop": 931735620
        },
        {
            "start": 931735654,
            "stop": 931735810
        },
        {
            "start": 931735843,
            "stop": 931735918
        },
        {
            "start": 931735997,
            "stop": 931736045
        },
        {
            "start": 931736070,
            "stop": 931736129
        },
        {
            "start": 931736147,
            "stop": 931736158
        },
        {
            "start": 931736185,
            "stop": 931736337
        }
    ]
}