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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5270",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5271,
    "results": [
        {
            "start": 874727972,
            "stop": 874728191
        },
        {
            "start": 874728208,
            "stop": 874729411
        },
        {
            "start": 874729418,
            "stop": 874730088
        },
        {
            "start": 874730095,
            "stop": 874730939
        },
        {
            "start": 874730946,
            "stop": 874731173
        },
        {
            "start": 874731180,
            "stop": 874731351
        },
        {
            "start": 874731359,
            "stop": 874731488
        },
        {
            "start": 874731495,
            "stop": 874731599
        },
        {
            "start": 874731606,
            "stop": 874732212
        },
        {
            "start": 874732220,
            "stop": 874732361
        },
        {
            "start": 874732368,
            "stop": 874732863
        },
        {
            "start": 874732871,
            "stop": 874734120
        },
        {
            "start": 874734180,
            "stop": 874734483
        },
        {
            "start": 874734490,
            "stop": 874734540
        },
        {
            "start": 874734660,
            "stop": 874734780
        },
        {
            "start": 874734840,
            "stop": 874735462
        },
        {
            "start": 874735469,
            "stop": 874735959
        },
        {
            "start": 874735966,
            "stop": 874737532
        },
        {
            "start": 874737539,
            "stop": 874739647
        },
        {
            "start": 874739681,
            "stop": 874739923
        }
    ]
}