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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=326",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 327,
    "results": [
        {
            "start": 818812844,
            "stop": 818812857
        },
        {
            "start": 818812861,
            "stop": 818812920
        },
        {
            "start": 818812980,
            "stop": 818813005
        },
        {
            "start": 818813024,
            "stop": 818813036
        },
        {
            "start": 818813173,
            "stop": 818813198
        },
        {
            "start": 818813218,
            "stop": 818813254
        },
        {
            "start": 818813257,
            "stop": 818813286
        },
        {
            "start": 818813317,
            "stop": 818813325
        },
        {
            "start": 818813374,
            "stop": 818813400
        },
        {
            "start": 818813520,
            "stop": 818813536
        },
        {
            "start": 818813557,
            "stop": 818813559
        },
        {
            "start": 818813579,
            "stop": 818813595
        },
        {
            "start": 818813756,
            "stop": 818813803
        },
        {
            "start": 818813835,
            "stop": 818813844
        },
        {
            "start": 818813898,
            "stop": 818813956
        },
        {
            "start": 818813976,
            "stop": 818814000
        },
        {
            "start": 818814056,
            "stop": 818814062
        },
        {
            "start": 818814107,
            "stop": 818814132
        },
        {
            "start": 818814182,
            "stop": 818814189
        },
        {
            "start": 818814323,
            "stop": 818814337
        }
    ]
}