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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=193",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 194,
    "results": [
        {
            "start": 933793358,
            "stop": 933793363
        },
        {
            "start": 933793367,
            "stop": 933793409
        },
        {
            "start": 933793411,
            "stop": 933793416
        },
        {
            "start": 933793418,
            "stop": 933793432
        },
        {
            "start": 933793437,
            "stop": 933796646
        },
        {
            "start": 933798794,
            "stop": 933799139
        },
        {
            "start": 933799146,
            "stop": 933800532
        },
        {
            "start": 933800534,
            "stop": 933800554
        },
        {
            "start": 933800557,
            "stop": 933800564
        },
        {
            "start": 933800566,
            "stop": 933800579
        },
        {
            "start": 933800582,
            "stop": 933800586
        },
        {
            "start": 933800589,
            "stop": 933800606
        },
        {
            "start": 933800608,
            "stop": 933800612
        },
        {
            "start": 933800614,
            "stop": 933800621
        },
        {
            "start": 933800623,
            "stop": 933800628
        },
        {
            "start": 933800633,
            "stop": 933804154
        },
        {
            "start": 933804157,
            "stop": 933804164
        },
        {
            "start": 933804166,
            "stop": 933804179
        },
        {
            "start": 933804182,
            "stop": 933804186
        },
        {
            "start": 933804189,
            "stop": 933804213
        }
    ]
}