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=4754
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=4755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4753",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4754,
    "results": [
        {
            "start": 874548201,
            "stop": 874548213
        },
        {
            "start": 874548233,
            "stop": 874548248
        },
        {
            "start": 874548268,
            "stop": 874548308
        },
        {
            "start": 874548340,
            "stop": 874548350
        },
        {
            "start": 874548488,
            "stop": 874548505
        },
        {
            "start": 874548525,
            "stop": 874548577
        },
        {
            "start": 874548636,
            "stop": 874548644
        },
        {
            "start": 874548682,
            "stop": 874548707
        },
        {
            "start": 874548726,
            "stop": 874548757
        },
        {
            "start": 874548777,
            "stop": 874548780
        },
        {
            "start": 874548900,
            "stop": 874548913
        },
        {
            "start": 874548932,
            "stop": 874548944
        },
        {
            "start": 874549140,
            "stop": 874549145
        },
        {
            "start": 874549165,
            "stop": 874549234
        },
        {
            "start": 874549253,
            "stop": 874549312
        },
        {
            "start": 874549361,
            "stop": 874549426
        },
        {
            "start": 874549445,
            "stop": 874549474
        },
        {
            "start": 874549494,
            "stop": 874549500
        },
        {
            "start": 874549620,
            "stop": 874549631
        },
        {
            "start": 874549655,
            "stop": 874549661
        }
    ]
}