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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=289",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 290,
    "results": [
        {
            "start": 828342535,
            "stop": 828342540
        },
        {
            "start": 828342541,
            "stop": 828342544
        },
        {
            "start": 828342545,
            "stop": 828342552
        },
        {
            "start": 828342559,
            "stop": 828342576
        },
        {
            "start": 828342578,
            "stop": 828342582
        },
        {
            "start": 828342584,
            "stop": 828342587
        },
        {
            "start": 828342589,
            "stop": 828342590
        },
        {
            "start": 828342602,
            "stop": 828342609
        },
        {
            "start": 828342614,
            "stop": 828342615
        },
        {
            "start": 828342617,
            "stop": 828342621
        },
        {
            "start": 828342623,
            "stop": 828342642
        },
        {
            "start": 828342644,
            "stop": 828342646
        },
        {
            "start": 828342648,
            "stop": 828342649
        },
        {
            "start": 828342651,
            "stop": 828342666
        },
        {
            "start": 828342669,
            "stop": 828342672
        },
        {
            "start": 828342674,
            "stop": 828342676
        },
        {
            "start": 828342678,
            "stop": 828342682
        },
        {
            "start": 828342684,
            "stop": 828342686
        },
        {
            "start": 828342689,
            "stop": 828342705
        },
        {
            "start": 828342707,
            "stop": 828342711
        }
    ]
}