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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=336",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 337,
    "results": [
        {
            "start": 931918282,
            "stop": 931918287
        },
        {
            "start": 931918293,
            "stop": 931918303
        },
        {
            "start": 931918305,
            "stop": 931918311
        },
        {
            "start": 931918313,
            "stop": 931918314
        },
        {
            "start": 931918329,
            "stop": 931918350
        },
        {
            "start": 931918353,
            "stop": 931918355
        },
        {
            "start": 931918357,
            "stop": 931918372
        },
        {
            "start": 931918375,
            "stop": 931918383
        },
        {
            "start": 931918386,
            "stop": 931918406
        },
        {
            "start": 931918412,
            "stop": 931918414
        },
        {
            "start": 931918416,
            "stop": 931918422
        },
        {
            "start": 931918424,
            "stop": 931918437
        },
        {
            "start": 931918439,
            "stop": 931918444
        },
        {
            "start": 931918450,
            "stop": 931918465
        },
        {
            "start": 931918467,
            "stop": 931918489
        },
        {
            "start": 931918491,
            "stop": 931918497
        },
        {
            "start": 931918502,
            "stop": 931918506
        },
        {
            "start": 931918508,
            "stop": 931918510
        },
        {
            "start": 931918515,
            "stop": 931918518
        },
        {
            "start": 931918519,
            "stop": 931918544
        }
    ]
}