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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9061",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9062,
    "results": [
        {
            "start": 874416540,
            "stop": 874416596
        },
        {
            "start": 874416960,
            "stop": 874416971
        },
        {
            "start": 874416990,
            "stop": 874416996
        },
        {
            "start": 874417028,
            "stop": 874417048
        },
        {
            "start": 874417488,
            "stop": 874417612
        },
        {
            "start": 874417629,
            "stop": 874417642
        },
        {
            "start": 874417678,
            "stop": 874418004
        },
        {
            "start": 874418021,
            "stop": 874418533
        },
        {
            "start": 874418550,
            "stop": 874419504
        },
        {
            "start": 874419521,
            "stop": 874419994
        },
        {
            "start": 874420011,
            "stop": 874420445
        },
        {
            "start": 874420464,
            "stop": 874420522
        },
        {
            "start": 874420588,
            "stop": 874420634
        },
        {
            "start": 874420651,
            "stop": 874420706
        },
        {
            "start": 874420725,
            "stop": 874421237
        },
        {
            "start": 874421254,
            "stop": 874421405
        },
        {
            "start": 874421423,
            "stop": 874421674
        },
        {
            "start": 874421938,
            "stop": 874421940
        },
        {
            "start": 874429380,
            "stop": 874430061
        },
        {
            "start": 874430078,
            "stop": 874431300
        }
    ]
}