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=4991
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=4992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4990",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4991,
    "results": [
        {
            "start": 874450342,
            "stop": 874450344
        },
        {
            "start": 874450363,
            "stop": 874450394
        },
        {
            "start": 874450439,
            "stop": 874450459
        },
        {
            "start": 874450478,
            "stop": 874450537
        },
        {
            "start": 874450562,
            "stop": 874450584
        },
        {
            "start": 874450616,
            "stop": 874450673
        },
        {
            "start": 874450692,
            "stop": 874450703
        },
        {
            "start": 874450730,
            "stop": 874450795
        },
        {
            "start": 874450814,
            "stop": 874450921
        },
        {
            "start": 874450942,
            "stop": 874450995
        },
        {
            "start": 874451014,
            "stop": 874451251
        },
        {
            "start": 874451270,
            "stop": 874451284
        },
        {
            "start": 874451303,
            "stop": 874451412
        },
        {
            "start": 874451432,
            "stop": 874451568
        },
        {
            "start": 874451588,
            "stop": 874451591
        },
        {
            "start": 874451626,
            "stop": 874451643
        },
        {
            "start": 874451662,
            "stop": 874451663
        },
        {
            "start": 874451701,
            "stop": 874451728
        },
        {
            "start": 874451747,
            "stop": 874451760
        },
        {
            "start": 874451779,
            "stop": 874451905
        }
    ]
}