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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3778",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3779,
    "results": [
        {
            "start": 873137356,
            "stop": 873140259
        },
        {
            "start": 873140261,
            "stop": 873140277
        },
        {
            "start": 873144819,
            "stop": 873144829
        },
        {
            "start": 873144830,
            "stop": 873146193
        },
        {
            "start": 873146196,
            "stop": 873147682
        },
        {
            "start": 873147685,
            "stop": 873148040
        },
        {
            "start": 873148044,
            "stop": 873148046
        },
        {
            "start": 873148049,
            "stop": 873148096
        },
        {
            "start": 873148099,
            "stop": 873148165
        },
        {
            "start": 873148168,
            "stop": 873148281
        },
        {
            "start": 873148285,
            "stop": 873148409
        },
        {
            "start": 873148412,
            "stop": 873148474
        },
        {
            "start": 873148477,
            "stop": 873150575
        },
        {
            "start": 873150578,
            "stop": 873150663
        },
        {
            "start": 873150667,
            "stop": 873150732
        },
        {
            "start": 873150735,
            "stop": 873160680
        },
        {
            "start": 873160800,
            "stop": 873164828
        },
        {
            "start": 873164902,
            "stop": 873173641
        },
        {
            "start": 873173647,
            "stop": 873175443
        },
        {
            "start": 873175446,
            "stop": 873181460
        }
    ]
}