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=355
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=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=354",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 355,
    "results": [
        {
            "start": 823069216,
            "stop": 823069311
        },
        {
            "start": 823069314,
            "stop": 823069433
        },
        {
            "start": 823069436,
            "stop": 823069546
        },
        {
            "start": 823069550,
            "stop": 823069568
        },
        {
            "start": 823069572,
            "stop": 823069679
        },
        {
            "start": 823069682,
            "stop": 823070268
        },
        {
            "start": 823070272,
            "stop": 823070402
        },
        {
            "start": 823070406,
            "stop": 823070407
        },
        {
            "start": 823070412,
            "stop": 823070414
        },
        {
            "start": 823070417,
            "stop": 823070503
        },
        {
            "start": 823070507,
            "stop": 823070697
        },
        {
            "start": 823070700,
            "stop": 823070777
        },
        {
            "start": 823070781,
            "stop": 823070783
        },
        {
            "start": 823070787,
            "stop": 823070812
        },
        {
            "start": 823070815,
            "stop": 823070817
        },
        {
            "start": 823070821,
            "stop": 823070832
        },
        {
            "start": 823070835,
            "stop": 823070857
        },
        {
            "start": 823070860,
            "stop": 823070925
        },
        {
            "start": 823070928,
            "stop": 823070950
        },
        {
            "start": 823070954,
            "stop": 823070956
        }
    ]
}