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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=240",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 241,
    "results": [
        {
            "start": 820866300,
            "stop": 820866313
        },
        {
            "start": 820866526,
            "stop": 820866600
        },
        {
            "start": 820866780,
            "stop": 820866793
        },
        {
            "start": 820866870,
            "stop": 820866960
        },
        {
            "start": 820867020,
            "stop": 820867080
        },
        {
            "start": 820867149,
            "stop": 820867150
        },
        {
            "start": 820867914,
            "stop": 820868040
        },
        {
            "start": 820868170,
            "stop": 820868220
        },
        {
            "start": 820868280,
            "stop": 820868520
        },
        {
            "start": 820868580,
            "stop": 820868593
        },
        {
            "start": 820868810,
            "stop": 820868940
        },
        {
            "start": 820869000,
            "stop": 820869350
        },
        {
            "start": 820869430,
            "stop": 820869570
        },
        {
            "start": 820869577,
            "stop": 820870056
        },
        {
            "start": 820870063,
            "stop": 820871088
        },
        {
            "start": 820871095,
            "stop": 820871160
        },
        {
            "start": 820871220,
            "stop": 820871270
        },
        {
            "start": 820871410,
            "stop": 820871460
        },
        {
            "start": 820871520,
            "stop": 820871640
        },
        {
            "start": 820871700,
            "stop": 820871820
        }
    ]
}