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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=394",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 395,
    "results": [
        {
            "start": 829638189,
            "stop": 829638192
        },
        {
            "start": 829638194,
            "stop": 829638198
        },
        {
            "start": 829638200,
            "stop": 829638202
        },
        {
            "start": 829638204,
            "stop": 829638208
        },
        {
            "start": 829638210,
            "stop": 829638218
        },
        {
            "start": 829638222,
            "stop": 829638227
        },
        {
            "start": 829638229,
            "stop": 829638235
        },
        {
            "start": 829638239,
            "stop": 829638247
        },
        {
            "start": 829638249,
            "stop": 829638253
        },
        {
            "start": 829638254,
            "stop": 829638262
        },
        {
            "start": 829638264,
            "stop": 829638266
        },
        {
            "start": 829638268,
            "stop": 829638269
        },
        {
            "start": 829638271,
            "stop": 829638274
        },
        {
            "start": 829638276,
            "stop": 829638282
        },
        {
            "start": 829638284,
            "stop": 829638290
        },
        {
            "start": 829638292,
            "stop": 829638294
        },
        {
            "start": 829638297,
            "stop": 829638305
        },
        {
            "start": 829638307,
            "stop": 829638308
        },
        {
            "start": 829638310,
            "stop": 829638313
        },
        {
            "start": 829638320,
            "stop": 829638324
        }
    ]
}