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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=207",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 208,
    "results": [
        {
            "start": 956925588,
            "stop": 956925602
        },
        {
            "start": 956925608,
            "stop": 956925610
        },
        {
            "start": 956925613,
            "stop": 956925615
        },
        {
            "start": 956925618,
            "stop": 956925624
        },
        {
            "start": 956925633,
            "stop": 956925644
        },
        {
            "start": 956925650,
            "stop": 956925652
        },
        {
            "start": 956925661,
            "stop": 956925678
        },
        {
            "start": 956925681,
            "stop": 956925726
        },
        {
            "start": 956925731,
            "stop": 956925836
        },
        {
            "start": 956925840,
            "stop": 956926041
        },
        {
            "start": 956926045,
            "stop": 956926054
        },
        {
            "start": 956926058,
            "stop": 956926157
        },
        {
            "start": 956926161,
            "stop": 956926256
        },
        {
            "start": 956926261,
            "stop": 956926267
        },
        {
            "start": 956926273,
            "stop": 956926289
        },
        {
            "start": 956926296,
            "stop": 956926297
        },
        {
            "start": 956926304,
            "stop": 956926321
        },
        {
            "start": 956926327,
            "stop": 956926328
        },
        {
            "start": 956926331,
            "stop": 956926333
        },
        {
            "start": 956926336,
            "stop": 956926440
        }
    ]
}