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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4627",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4628,
    "results": [
        {
            "start": 874228405,
            "stop": 874228440
        },
        {
            "start": 874228500,
            "stop": 874228570
        },
        {
            "start": 874228589,
            "stop": 874228653
        },
        {
            "start": 874228675,
            "stop": 874228703
        },
        {
            "start": 874228725,
            "stop": 874228730
        },
        {
            "start": 874228749,
            "stop": 874228799
        },
        {
            "start": 874228823,
            "stop": 874228967
        },
        {
            "start": 874228986,
            "stop": 874228992
        },
        {
            "start": 874229029,
            "stop": 874229046
        },
        {
            "start": 874229069,
            "stop": 874229071
        },
        {
            "start": 874229106,
            "stop": 874229205
        },
        {
            "start": 874229225,
            "stop": 874229342
        },
        {
            "start": 874229381,
            "stop": 874229404
        },
        {
            "start": 874229424,
            "stop": 874229521
        },
        {
            "start": 874229540,
            "stop": 874229556
        },
        {
            "start": 874229575,
            "stop": 874229599
        },
        {
            "start": 874229618,
            "stop": 874229721
        },
        {
            "start": 874229740,
            "stop": 874229754
        },
        {
            "start": 874229773,
            "stop": 874229880
        },
        {
            "start": 874229900,
            "stop": 874229918
        }
    ]
}