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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=275",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 276,
    "results": [
        {
            "start": 821051145,
            "stop": 821051291
        },
        {
            "start": 821051294,
            "stop": 821051296
        },
        {
            "start": 821051303,
            "stop": 821051314
        },
        {
            "start": 821051319,
            "stop": 821051330
        },
        {
            "start": 821051337,
            "stop": 821051454
        },
        {
            "start": 821051463,
            "stop": 821051478
        },
        {
            "start": 821051485,
            "stop": 821051499
        },
        {
            "start": 821051512,
            "stop": 821051518
        },
        {
            "start": 821051521,
            "stop": 821051537
        },
        {
            "start": 821051552,
            "stop": 821051595
        },
        {
            "start": 821051598,
            "stop": 821051625
        },
        {
            "start": 821051643,
            "stop": 821051767
        },
        {
            "start": 821051770,
            "stop": 821051853
        },
        {
            "start": 821051857,
            "stop": 821051863
        },
        {
            "start": 821051881,
            "stop": 821051959
        },
        {
            "start": 821051966,
            "stop": 821052012
        },
        {
            "start": 821052015,
            "stop": 821052057
        },
        {
            "start": 821052065,
            "stop": 821052135
        },
        {
            "start": 821052139,
            "stop": 821052185
        },
        {
            "start": 821052192,
            "stop": 821052402
        }
    ]
}