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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=293",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 294,
    "results": [
        {
            "start": 822325742,
            "stop": 822325877
        },
        {
            "start": 822325881,
            "stop": 822325892
        },
        {
            "start": 822325896,
            "stop": 822325906
        },
        {
            "start": 822325910,
            "stop": 822325915
        },
        {
            "start": 822325919,
            "stop": 822325933
        },
        {
            "start": 822326100,
            "stop": 822326131
        },
        {
            "start": 822326134,
            "stop": 822326468
        },
        {
            "start": 822326471,
            "stop": 822326672
        },
        {
            "start": 822326675,
            "stop": 822326742
        },
        {
            "start": 822326763,
            "stop": 822327005
        },
        {
            "start": 822327160,
            "stop": 822327312
        },
        {
            "start": 822329548,
            "stop": 822329699
        },
        {
            "start": 822329823,
            "stop": 822329833
        },
        {
            "start": 822329836,
            "stop": 822329870
        },
        {
            "start": 822339353,
            "stop": 822339613
        },
        {
            "start": 822339688,
            "stop": 822339853
        },
        {
            "start": 822339943,
            "stop": 822340093
        },
        {
            "start": 822347137,
            "stop": 822347169
        },
        {
            "start": 822347178,
            "stop": 822347185
        },
        {
            "start": 822347193,
            "stop": 822347224
        }
    ]
}