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=5263
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=5264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5262",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5263,
    "results": [
        {
            "start": 874670449,
            "stop": 874670459
        },
        {
            "start": 874670493,
            "stop": 874670528
        },
        {
            "start": 874670564,
            "stop": 874671775
        },
        {
            "start": 874671809,
            "stop": 874671867
        },
        {
            "start": 874671901,
            "stop": 874671918
        },
        {
            "start": 874671952,
            "stop": 874672295
        },
        {
            "start": 874672329,
            "stop": 874673182
        },
        {
            "start": 874673233,
            "stop": 874673422
        },
        {
            "start": 874673458,
            "stop": 874673527
        },
        {
            "start": 874673535,
            "stop": 874673538
        },
        {
            "start": 874673572,
            "stop": 874673580
        },
        {
            "start": 874673760,
            "stop": 874673880
        },
        {
            "start": 874674000,
            "stop": 874674152
        },
        {
            "start": 874674186,
            "stop": 874674296
        },
        {
            "start": 874674331,
            "stop": 874674420
        },
        {
            "start": 874674480,
            "stop": 874674529
        },
        {
            "start": 874674537,
            "stop": 874674540
        },
        {
            "start": 874674900,
            "stop": 874674937
        },
        {
            "start": 874675003,
            "stop": 874675140
        },
        {
            "start": 874675174,
            "stop": 874675177
        }
    ]
}