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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=150",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 151,
    "results": [
        {
            "start": 819968089,
            "stop": 819968475
        },
        {
            "start": 819968482,
            "stop": 819968533
        },
        {
            "start": 819968534,
            "stop": 819968535
        },
        {
            "start": 819977247,
            "stop": 819977265
        },
        {
            "start": 819977272,
            "stop": 819977348
        },
        {
            "start": 819977355,
            "stop": 819977431
        },
        {
            "start": 819977438,
            "stop": 819977473
        },
        {
            "start": 819977482,
            "stop": 819977533
        },
        {
            "start": 819979099,
            "stop": 819979273
        },
        {
            "start": 819979295,
            "stop": 819979296
        },
        {
            "start": 819982169,
            "stop": 819982230
        },
        {
            "start": 819982237,
            "stop": 819982964
        },
        {
            "start": 819982971,
            "stop": 819983084
        },
        {
            "start": 819983093,
            "stop": 819983236
        },
        {
            "start": 819983243,
            "stop": 819983449
        },
        {
            "start": 819983456,
            "stop": 819983617
        },
        {
            "start": 819983624,
            "stop": 819983798
        },
        {
            "start": 819983805,
            "stop": 819983893
        },
        {
            "start": 819985429,
            "stop": 819985599
        },
        {
            "start": 819985606,
            "stop": 819985704
        }
    ]
}