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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=163",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 164,
    "results": [
        {
            "start": 819840207,
            "stop": 819840373
        },
        {
            "start": 819840376,
            "stop": 819840380
        },
        {
            "start": 819840383,
            "stop": 819840711
        },
        {
            "start": 819840714,
            "stop": 819840867
        },
        {
            "start": 819840871,
            "stop": 819841136
        },
        {
            "start": 819841139,
            "stop": 819841214
        },
        {
            "start": 819841217,
            "stop": 819841253
        },
        {
            "start": 819841256,
            "stop": 819841605
        },
        {
            "start": 819841608,
            "stop": 819842368
        },
        {
            "start": 819842371,
            "stop": 819842563
        },
        {
            "start": 819842963,
            "stop": 819843364
        },
        {
            "start": 819843367,
            "stop": 819843770
        },
        {
            "start": 819843773,
            "stop": 819843949
        },
        {
            "start": 819843952,
            "stop": 819844085
        },
        {
            "start": 819844088,
            "stop": 819844293
        },
        {
            "start": 819844297,
            "stop": 819844762
        },
        {
            "start": 819844765,
            "stop": 819845134
        },
        {
            "start": 819845137,
            "stop": 819845167
        },
        {
            "start": 819845170,
            "stop": 819845353
        },
        {
            "start": 819845357,
            "stop": 819845805
        }
    ]
}