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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9025",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9026,
    "results": [
        {
            "start": 874145827,
            "stop": 874145922
        },
        {
            "start": 874145941,
            "stop": 874145942
        },
        {
            "start": 874145961,
            "stop": 874145962
        },
        {
            "start": 874145988,
            "stop": 874146000
        },
        {
            "start": 874146067,
            "stop": 874146189
        },
        {
            "start": 874146208,
            "stop": 874146285
        },
        {
            "start": 874146304,
            "stop": 874146472
        },
        {
            "start": 874146489,
            "stop": 874146515
        },
        {
            "start": 874146534,
            "stop": 874146535
        },
        {
            "start": 874146552,
            "stop": 874146632
        },
        {
            "start": 874146651,
            "stop": 874146770
        },
        {
            "start": 874146789,
            "stop": 874147005
        },
        {
            "start": 874147028,
            "stop": 874147057
        },
        {
            "start": 874147086,
            "stop": 874147158
        },
        {
            "start": 874147201,
            "stop": 874147202
        },
        {
            "start": 874147222,
            "stop": 874147284
        },
        {
            "start": 874147304,
            "stop": 874147313
        },
        {
            "start": 874147332,
            "stop": 874147339
        },
        {
            "start": 874147358,
            "stop": 874147441
        },
        {
            "start": 874147460,
            "stop": 874147702
        }
    ]
}