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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=323",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 324,
    "results": [
        {
            "start": 821748093,
            "stop": 821748103
        },
        {
            "start": 821748107,
            "stop": 821748118
        },
        {
            "start": 821748121,
            "stop": 821748125
        },
        {
            "start": 821748128,
            "stop": 821748129
        },
        {
            "start": 821748132,
            "stop": 821748139
        },
        {
            "start": 821748142,
            "stop": 821748152
        },
        {
            "start": 821748155,
            "stop": 821748172
        },
        {
            "start": 821748178,
            "stop": 821748183
        },
        {
            "start": 821748186,
            "stop": 821748201
        },
        {
            "start": 821748204,
            "stop": 821748208
        },
        {
            "start": 821748211,
            "stop": 821748214
        },
        {
            "start": 821748217,
            "stop": 821748223
        },
        {
            "start": 821748226,
            "stop": 821748237
        },
        {
            "start": 821748245,
            "stop": 821748259
        },
        {
            "start": 821748262,
            "stop": 821748264
        },
        {
            "start": 821748269,
            "stop": 821748270
        },
        {
            "start": 821748276,
            "stop": 821748278
        },
        {
            "start": 821748286,
            "stop": 821748294
        },
        {
            "start": 821748297,
            "stop": 821748335
        },
        {
            "start": 821748338,
            "stop": 821748385
        }
    ]
}