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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1888",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1889,
    "results": [
        {
            "start": 846449682,
            "stop": 846450394
        },
        {
            "start": 846450694,
            "stop": 846450697
        },
        {
            "start": 846450997,
            "stop": 846457540
        },
        {
            "start": 846460721,
            "stop": 846471810
        },
        {
            "start": 846471930,
            "stop": 846473640
        },
        {
            "start": 846473645,
            "stop": 846510722
        },
        {
            "start": 846510832,
            "stop": 846512594
        },
        {
            "start": 846512894,
            "stop": 846513447
        },
        {
            "start": 846513557,
            "stop": 846513564
        },
        {
            "start": 846513864,
            "stop": 846514062
        },
        {
            "start": 846514172,
            "stop": 846514670
        },
        {
            "start": 846514970,
            "stop": 846517647
        },
        {
            "start": 846517650,
            "stop": 846520552
        },
        {
            "start": 846520558,
            "stop": 846520572
        },
        {
            "start": 846520578,
            "stop": 846520592
        },
        {
            "start": 846520598,
            "stop": 846521319
        },
        {
            "start": 846521322,
            "stop": 846525340
        },
        {
            "start": 846525343,
            "stop": 846525348
        },
        {
            "start": 846525354,
            "stop": 846525356
        },
        {
            "start": 846525361,
            "stop": 846525368
        }
    ]
}