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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=190",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 191,
    "results": [
        {
            "start": 820527989,
            "stop": 820528134
        },
        {
            "start": 820528142,
            "stop": 820528176
        },
        {
            "start": 820528184,
            "stop": 820528282
        },
        {
            "start": 820528312,
            "stop": 820528358
        },
        {
            "start": 820528367,
            "stop": 820528539
        },
        {
            "start": 820528546,
            "stop": 820528753
        },
        {
            "start": 820537954,
            "stop": 820538275
        },
        {
            "start": 820538283,
            "stop": 820538371
        },
        {
            "start": 820538379,
            "stop": 820538452
        },
        {
            "start": 820538460,
            "stop": 820538536
        },
        {
            "start": 820538543,
            "stop": 820538558
        },
        {
            "start": 820538565,
            "stop": 820538572
        },
        {
            "start": 820538579,
            "stop": 820538683
        },
        {
            "start": 820538690,
            "stop": 820538772
        },
        {
            "start": 820538779,
            "stop": 820538878
        },
        {
            "start": 820538886,
            "stop": 820538947
        },
        {
            "start": 820538954,
            "stop": 820539012
        },
        {
            "start": 820539019,
            "stop": 820539243
        },
        {
            "start": 820539257,
            "stop": 820539309
        },
        {
            "start": 820539317,
            "stop": 820539373
        }
    ]
}