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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=167",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 168,
    "results": [
        {
            "start": 932915194,
            "stop": 932915218
        },
        {
            "start": 932915246,
            "stop": 932915265
        },
        {
            "start": 932915315,
            "stop": 932915327
        },
        {
            "start": 932915332,
            "stop": 932916065
        },
        {
            "start": 932916221,
            "stop": 932916450
        },
        {
            "start": 932916476,
            "stop": 932916479
        },
        {
            "start": 932916545,
            "stop": 932916890
        },
        {
            "start": 932916922,
            "stop": 932916955
        },
        {
            "start": 932916980,
            "stop": 932917004
        },
        {
            "start": 932917009,
            "stop": 932917618
        },
        {
            "start": 932917619,
            "stop": 932917851
        },
        {
            "start": 932917852,
            "stop": 932918508
        },
        {
            "start": 932918509,
            "stop": 932918692
        },
        {
            "start": 932918693,
            "stop": 932919152
        },
        {
            "start": 932919245,
            "stop": 932919312
        },
        {
            "start": 932919349,
            "stop": 932919392
        },
        {
            "start": 932919411,
            "stop": 932919513
        },
        {
            "start": 932919535,
            "stop": 932919583
        },
        {
            "start": 932919588,
            "stop": 932920267
        },
        {
            "start": 932920272,
            "stop": 932920346
        }
    ]
}