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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=206",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 207,
    "results": [
        {
            "start": 956924931,
            "stop": 956924953
        },
        {
            "start": 956924961,
            "stop": 956925039
        },
        {
            "start": 956925047,
            "stop": 956925049
        },
        {
            "start": 956925057,
            "stop": 956925060
        },
        {
            "start": 956925065,
            "stop": 956925069
        },
        {
            "start": 956925099,
            "stop": 956925101
        },
        {
            "start": 956925111,
            "stop": 956925128
        },
        {
            "start": 956925132,
            "stop": 956925174
        },
        {
            "start": 956925180,
            "stop": 956925268
        },
        {
            "start": 956925273,
            "stop": 956925343
        },
        {
            "start": 956925346,
            "stop": 956925355
        },
        {
            "start": 956925358,
            "stop": 956925359
        },
        {
            "start": 956925362,
            "stop": 956925366
        },
        {
            "start": 956925371,
            "stop": 956925384
        },
        {
            "start": 956925387,
            "stop": 956925482
        },
        {
            "start": 956925508,
            "stop": 956925510
        },
        {
            "start": 956925513,
            "stop": 956925514
        },
        {
            "start": 956925551,
            "stop": 956925553
        },
        {
            "start": 956925558,
            "stop": 956925562
        },
        {
            "start": 956925569,
            "stop": 956925584
        }
    ]
}