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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=83",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 84,
    "results": [
        {
            "start": 932078190,
            "stop": 932078191
        },
        {
            "start": 932078192,
            "stop": 932078213
        },
        {
            "start": 932078216,
            "stop": 932078217
        },
        {
            "start": 932078218,
            "stop": 932078222
        },
        {
            "start": 932078226,
            "stop": 932078227
        },
        {
            "start": 932078229,
            "stop": 932078232
        },
        {
            "start": 932078235,
            "stop": 932078237
        },
        {
            "start": 932078238,
            "stop": 932078240
        },
        {
            "start": 932078241,
            "stop": 932078251
        },
        {
            "start": 932078255,
            "stop": 932078262
        },
        {
            "start": 932078263,
            "stop": 932078264
        },
        {
            "start": 932078266,
            "stop": 932078271
        },
        {
            "start": 932078273,
            "stop": 932078277
        },
        {
            "start": 932078278,
            "stop": 932078286
        },
        {
            "start": 932078290,
            "stop": 932078293
        },
        {
            "start": 932078295,
            "stop": 932078296
        },
        {
            "start": 932078302,
            "stop": 932078304
        },
        {
            "start": 932078306,
            "stop": 932078328
        },
        {
            "start": 932078329,
            "stop": 932078330
        },
        {
            "start": 932078331,
            "stop": 932078334
        }
    ]
}