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=8758
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=8759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8757",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8758,
    "results": [
        {
            "start": 873159232,
            "stop": 873159707
        },
        {
            "start": 873159902,
            "stop": 873160160
        },
        {
            "start": 873160280,
            "stop": 873160456
        },
        {
            "start": 873160473,
            "stop": 873160479
        },
        {
            "start": 873160496,
            "stop": 873162780
        },
        {
            "start": 873162840,
            "stop": 873163190
        },
        {
            "start": 873163270,
            "stop": 873163291
        },
        {
            "start": 873163308,
            "stop": 873163430
        },
        {
            "start": 873163510,
            "stop": 873165180
        },
        {
            "start": 873165240,
            "stop": 873166629
        },
        {
            "start": 873166781,
            "stop": 873166827
        },
        {
            "start": 873166844,
            "stop": 873167311
        },
        {
            "start": 873167329,
            "stop": 873167368
        },
        {
            "start": 873167394,
            "stop": 873167413
        },
        {
            "start": 873167435,
            "stop": 873167561
        },
        {
            "start": 873167578,
            "stop": 873167744
        },
        {
            "start": 873167761,
            "stop": 873167930
        },
        {
            "start": 873168010,
            "stop": 873168590
        },
        {
            "start": 873168670,
            "stop": 873171975
        },
        {
            "start": 873171992,
            "stop": 873172175
        }
    ]
}