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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=118",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 119,
    "results": [
        {
            "start": 825724031,
            "stop": 825739631
        },
        {
            "start": 825750561,
            "stop": 825750562
        },
        {
            "start": 825750594,
            "stop": 825750595
        },
        {
            "start": 825751504,
            "stop": 825751505
        },
        {
            "start": 825751532,
            "stop": 825751534
        },
        {
            "start": 825751536,
            "stop": 825751541
        },
        {
            "start": 825751550,
            "stop": 825751554
        },
        {
            "start": 825751571,
            "stop": 825751572
        },
        {
            "start": 825751575,
            "stop": 825751579
        },
        {
            "start": 825751586,
            "stop": 825751590
        },
        {
            "start": 825751595,
            "stop": 825751596
        },
        {
            "start": 825751602,
            "stop": 825751604
        },
        {
            "start": 825751612,
            "stop": 825751615
        },
        {
            "start": 825751619,
            "stop": 825751622
        },
        {
            "start": 825751624,
            "stop": 825751625
        },
        {
            "start": 825751630,
            "stop": 825751631
        },
        {
            "start": 825751636,
            "stop": 825751639
        },
        {
            "start": 825751642,
            "stop": 825751646
        },
        {
            "start": 825751652,
            "stop": 825751653
        },
        {
            "start": 825751668,
            "stop": 825751669
        }
    ]
}