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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=91",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 92,
    "results": [
        {
            "start": 831569462,
            "stop": 831571999
        },
        {
            "start": 831574395,
            "stop": 831576139
        },
        {
            "start": 831577676,
            "stop": 831594232
        },
        {
            "start": 831595567,
            "stop": 831598236
        },
        {
            "start": 831599286,
            "stop": 831609475
        },
        {
            "start": 831609965,
            "stop": 831609967
        },
        {
            "start": 831610004,
            "stop": 831626823
        },
        {
            "start": 831627863,
            "stop": 831627917
        },
        {
            "start": 831631705,
            "stop": 831650134
        },
        {
            "start": 831656812,
            "stop": 831657203
        },
        {
            "start": 831659148,
            "stop": 831659850
        },
        {
            "start": 831661874,
            "stop": 831662173
        },
        {
            "start": 831664854,
            "stop": 831665103
        },
        {
            "start": 831667393,
            "stop": 831668729
        },
        {
            "start": 831669251,
            "stop": 831669645
        },
        {
            "start": 831670013,
            "stop": 831672875
        },
        {
            "start": 831673423,
            "stop": 831677026
        },
        {
            "start": 831678061,
            "stop": 831679350
        },
        {
            "start": 831679785,
            "stop": 831694412
        },
        {
            "start": 831694839,
            "stop": 831698461
        }
    ]
}