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=4935
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=4936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4934",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4935,
    "results": [
        {
            "start": 874337176,
            "stop": 874337211
        },
        {
            "start": 874337230,
            "stop": 874337383
        },
        {
            "start": 874337402,
            "stop": 874337454
        },
        {
            "start": 874337473,
            "stop": 874337475
        },
        {
            "start": 874337495,
            "stop": 874337535
        },
        {
            "start": 874337554,
            "stop": 874337567
        },
        {
            "start": 874337587,
            "stop": 874337652
        },
        {
            "start": 874337682,
            "stop": 874337711
        },
        {
            "start": 874337730,
            "stop": 874337736
        },
        {
            "start": 874337765,
            "stop": 874337819
        },
        {
            "start": 874337847,
            "stop": 874337858
        },
        {
            "start": 874337907,
            "stop": 874337977
        },
        {
            "start": 874337996,
            "stop": 874338004
        },
        {
            "start": 874338028,
            "stop": 874338055
        },
        {
            "start": 874338074,
            "stop": 874338100
        },
        {
            "start": 874338130,
            "stop": 874338162
        },
        {
            "start": 874338181,
            "stop": 874338223
        },
        {
            "start": 874338242,
            "stop": 874338301
        },
        {
            "start": 874338320,
            "stop": 874338327
        },
        {
            "start": 874338346,
            "stop": 874338389
        }
    ]
}