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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=230",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 231,
    "results": [
        {
            "start": 931730118,
            "stop": 931730133
        },
        {
            "start": 931730134,
            "stop": 931730141
        },
        {
            "start": 931730142,
            "stop": 931730158
        },
        {
            "start": 931730160,
            "stop": 931730165
        },
        {
            "start": 931730168,
            "stop": 931730171
        },
        {
            "start": 931730173,
            "stop": 931730230
        },
        {
            "start": 931730234,
            "stop": 931730238
        },
        {
            "start": 931730240,
            "stop": 931730244
        },
        {
            "start": 931730245,
            "stop": 931730246
        },
        {
            "start": 931730247,
            "stop": 931730259
        },
        {
            "start": 931730263,
            "stop": 931730271
        },
        {
            "start": 931730273,
            "stop": 931730274
        },
        {
            "start": 931730279,
            "stop": 931730280
        },
        {
            "start": 931730284,
            "stop": 931730285
        },
        {
            "start": 931730288,
            "stop": 931730291
        },
        {
            "start": 931730293,
            "stop": 931730294
        },
        {
            "start": 931730297,
            "stop": 931730306
        },
        {
            "start": 931730308,
            "stop": 931730311
        },
        {
            "start": 931730312,
            "stop": 931730313
        },
        {
            "start": 931730320,
            "stop": 931730322
        }
    ]
}