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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=163",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 164,
    "results": [
        {
            "start": 820229784,
            "stop": 820229854
        },
        {
            "start": 820229857,
            "stop": 820229860
        },
        {
            "start": 820229864,
            "stop": 820230039
        },
        {
            "start": 820230042,
            "stop": 820230227
        },
        {
            "start": 820230231,
            "stop": 820230247
        },
        {
            "start": 820230250,
            "stop": 820230354
        },
        {
            "start": 820230357,
            "stop": 820230361
        },
        {
            "start": 820230364,
            "stop": 820230365
        },
        {
            "start": 820230369,
            "stop": 820230370
        },
        {
            "start": 820230374,
            "stop": 820230398
        },
        {
            "start": 820230402,
            "stop": 820230479
        },
        {
            "start": 820230483,
            "stop": 820230555
        },
        {
            "start": 820230559,
            "stop": 820230562
        },
        {
            "start": 820230565,
            "stop": 820230631
        },
        {
            "start": 820230634,
            "stop": 820230638
        },
        {
            "start": 820230641,
            "stop": 820230644
        },
        {
            "start": 820230647,
            "stop": 820230688
        },
        {
            "start": 820230691,
            "stop": 820230693
        },
        {
            "start": 820230696,
            "stop": 820230768
        },
        {
            "start": 820230772,
            "stop": 820230848
        }
    ]
}