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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=160",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 161,
    "results": [
        {
            "start": 826759419,
            "stop": 826761777
        },
        {
            "start": 826761779,
            "stop": 826769671
        },
        {
            "start": 826769673,
            "stop": 826770062
        },
        {
            "start": 826770064,
            "stop": 826770314
        },
        {
            "start": 826770316,
            "stop": 826770328
        },
        {
            "start": 826770330,
            "stop": 826770381
        },
        {
            "start": 826770383,
            "stop": 826801323
        },
        {
            "start": 826801327,
            "stop": 826801395
        },
        {
            "start": 826801695,
            "stop": 826802973
        },
        {
            "start": 826802977,
            "stop": 826803003
        },
        {
            "start": 826803005,
            "stop": 826803111
        },
        {
            "start": 826803113,
            "stop": 826803410
        },
        {
            "start": 826803412,
            "stop": 826804228
        },
        {
            "start": 826804338,
            "stop": 826805043
        },
        {
            "start": 826805343,
            "stop": 826806773
        },
        {
            "start": 826806777,
            "stop": 826807736
        },
        {
            "start": 826807743,
            "stop": 826807750
        },
        {
            "start": 826807752,
            "stop": 826807889
        },
        {
            "start": 826807891,
            "stop": 826810237
        },
        {
            "start": 826810239,
            "stop": 826810242
        }
    ]
}