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=426
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=427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=425",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 426,
    "results": [
        {
            "start": 825439284,
            "stop": 825440630
        },
        {
            "start": 825440646,
            "stop": 825441494
        },
        {
            "start": 825441794,
            "stop": 825441973
        },
        {
            "start": 825443193,
            "stop": 825448393
        },
        {
            "start": 825448556,
            "stop": 825448573
        },
        {
            "start": 825448873,
            "stop": 825450783
        },
        {
            "start": 825450886,
            "stop": 825456193
        },
        {
            "start": 825456503,
            "stop": 825458203
        },
        {
            "start": 825458220,
            "stop": 825458938
        },
        {
            "start": 825468294,
            "stop": 825469454
        },
        {
            "start": 825469471,
            "stop": 825470258
        },
        {
            "start": 825470281,
            "stop": 825470297
        },
        {
            "start": 825470320,
            "stop": 825470385
        },
        {
            "start": 825470404,
            "stop": 825473632
        },
        {
            "start": 825473736,
            "stop": 825476181
        },
        {
            "start": 825476201,
            "stop": 825477351
        },
        {
            "start": 825477370,
            "stop": 825477382
        },
        {
            "start": 825477402,
            "stop": 825477451
        },
        {
            "start": 825477468,
            "stop": 825480674
        },
        {
            "start": 825480694,
            "stop": 825480753
        }
    ]
}