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=508
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=509",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=507",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 508,
    "results": [
        {
            "start": 826951882,
            "stop": 826951896
        },
        {
            "start": 826952067,
            "stop": 826952080
        },
        {
            "start": 826952103,
            "stop": 826952230
        },
        {
            "start": 826952257,
            "stop": 826952265
        },
        {
            "start": 826952285,
            "stop": 826954164
        },
        {
            "start": 826954223,
            "stop": 826954509
        },
        {
            "start": 826954537,
            "stop": 826954560
        },
        {
            "start": 826954584,
            "stop": 826954672
        },
        {
            "start": 826954691,
            "stop": 826955273
        },
        {
            "start": 826955298,
            "stop": 826955584
        },
        {
            "start": 826955608,
            "stop": 826956015
        },
        {
            "start": 826956056,
            "stop": 826956117
        },
        {
            "start": 826956162,
            "stop": 826956579
        },
        {
            "start": 826956602,
            "stop": 826956621
        },
        {
            "start": 826956645,
            "stop": 826956667
        },
        {
            "start": 826956689,
            "stop": 826956794
        },
        {
            "start": 826956814,
            "stop": 826956824
        },
        {
            "start": 826956843,
            "stop": 826956883
        },
        {
            "start": 826956923,
            "stop": 826956949
        },
        {
            "start": 826956973,
            "stop": 826956978
        }
    ]
}