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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=152",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 153,
    "results": [
        {
            "start": 826553775,
            "stop": 826553808
        },
        {
            "start": 826553810,
            "stop": 826553887
        },
        {
            "start": 826553889,
            "stop": 826554052
        },
        {
            "start": 826554162,
            "stop": 826554163
        },
        {
            "start": 826554165,
            "stop": 826554182
        },
        {
            "start": 826554184,
            "stop": 826554205
        },
        {
            "start": 826554207,
            "stop": 826554231
        },
        {
            "start": 826554233,
            "stop": 826554317
        },
        {
            "start": 826554319,
            "stop": 826554332
        },
        {
            "start": 826554334,
            "stop": 826554355
        },
        {
            "start": 826554357,
            "stop": 826554400
        },
        {
            "start": 826554402,
            "stop": 826554460
        },
        {
            "start": 826554461,
            "stop": 826554571
        },
        {
            "start": 826554573,
            "stop": 826555613
        },
        {
            "start": 826555615,
            "stop": 826555872
        },
        {
            "start": 826564401,
            "stop": 826564403
        },
        {
            "start": 826564420,
            "stop": 826564421
        },
        {
            "start": 826564427,
            "stop": 826564430
        },
        {
            "start": 826564432,
            "stop": 826564433
        },
        {
            "start": 826564437,
            "stop": 826564438
        }
    ]
}