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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=153",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 154,
    "results": [
        {
            "start": 819991630,
            "stop": 819991772
        },
        {
            "start": 819991780,
            "stop": 819991851
        },
        {
            "start": 819991858,
            "stop": 819991877
        },
        {
            "start": 819991898,
            "stop": 819991915
        },
        {
            "start": 819991922,
            "stop": 819992140
        },
        {
            "start": 819992147,
            "stop": 819992205
        },
        {
            "start": 819992212,
            "stop": 819992226
        },
        {
            "start": 819992234,
            "stop": 819992455
        },
        {
            "start": 819992473,
            "stop": 819992555
        },
        {
            "start": 819992562,
            "stop": 819992928
        },
        {
            "start": 819992935,
            "stop": 819993038
        },
        {
            "start": 819993045,
            "stop": 819993113
        },
        {
            "start": 819993120,
            "stop": 819993127
        },
        {
            "start": 819993134,
            "stop": 819993741
        },
        {
            "start": 819993748,
            "stop": 819994008
        },
        {
            "start": 819994015,
            "stop": 819994138
        },
        {
            "start": 819994145,
            "stop": 819994472
        },
        {
            "start": 819994481,
            "stop": 819994518
        },
        {
            "start": 819994525,
            "stop": 819994571
        },
        {
            "start": 819994578,
            "stop": 819994683
        }
    ]
}