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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=171",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 172,
    "results": [
        {
            "start": 819398709,
            "stop": 819399134
        },
        {
            "start": 819399254,
            "stop": 819399672
        },
        {
            "start": 819399689,
            "stop": 819400494
        },
        {
            "start": 819401070,
            "stop": 819401228
        },
        {
            "start": 819403302,
            "stop": 819404447
        },
        {
            "start": 819405017,
            "stop": 819408849
        },
        {
            "start": 819411369,
            "stop": 819412556
        },
        {
            "start": 819412863,
            "stop": 819418531
        },
        {
            "start": 819419244,
            "stop": 819419670
        },
        {
            "start": 819419790,
            "stop": 819423032
        },
        {
            "start": 819423152,
            "stop": 819423787
        },
        {
            "start": 819424415,
            "stop": 819424992
        },
        {
            "start": 819425024,
            "stop": 819425440
        },
        {
            "start": 819425472,
            "stop": 819429025
        },
        {
            "start": 819429145,
            "stop": 819434790
        },
        {
            "start": 819434910,
            "stop": 819435197
        },
        {
            "start": 819435317,
            "stop": 819437184
        },
        {
            "start": 819437216,
            "stop": 819445391
        },
        {
            "start": 819445511,
            "stop": 819446147
        },
        {
            "start": 819446267,
            "stop": 819453390
        }
    ]
}