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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=243",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 244,
    "results": [
        {
            "start": 821372950,
            "stop": 821373008
        },
        {
            "start": 821373018,
            "stop": 821373168
        },
        {
            "start": 821373176,
            "stop": 821373285
        },
        {
            "start": 821373293,
            "stop": 821373295
        },
        {
            "start": 821373304,
            "stop": 821373367
        },
        {
            "start": 821373376,
            "stop": 821373458
        },
        {
            "start": 821373466,
            "stop": 821373480
        },
        {
            "start": 821373499,
            "stop": 821373738
        },
        {
            "start": 821373746,
            "stop": 821373935
        },
        {
            "start": 821373944,
            "stop": 821373958
        },
        {
            "start": 821373975,
            "stop": 821373995
        },
        {
            "start": 821374009,
            "stop": 821374051
        },
        {
            "start": 821374059,
            "stop": 821374071
        },
        {
            "start": 821374080,
            "stop": 821374093
        },
        {
            "start": 821374103,
            "stop": 821374342
        },
        {
            "start": 821374350,
            "stop": 821375229
        },
        {
            "start": 821375743,
            "stop": 821375892
        },
        {
            "start": 821375900,
            "stop": 821375934
        },
        {
            "start": 821375942,
            "stop": 821375998
        },
        {
            "start": 821376007,
            "stop": 821376014
        }
    ]
}