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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=115",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 116,
    "results": [
        {
            "start": 835806198,
            "stop": 835818632
        },
        {
            "start": 835822676,
            "stop": 835822994
        },
        {
            "start": 835823974,
            "stop": 835841369
        },
        {
            "start": 835841467,
            "stop": 835849828
        },
        {
            "start": 835853656,
            "stop": 835858189
        },
        {
            "start": 835858417,
            "stop": 835861680
        },
        {
            "start": 835863428,
            "stop": 835880062
        },
        {
            "start": 835880843,
            "stop": 835889575
        },
        {
            "start": 835889679,
            "stop": 835890271
        },
        {
            "start": 835890337,
            "stop": 835897011
        },
        {
            "start": 835900891,
            "stop": 835905967
        },
        {
            "start": 835906486,
            "stop": 835944219
        },
        {
            "start": 835944831,
            "stop": 835966429
        },
        {
            "start": 835966881,
            "stop": 835978657
        },
        {
            "start": 835980875,
            "stop": 835988358
        },
        {
            "start": 835990058,
            "stop": 836000057
        },
        {
            "start": 836000634,
            "stop": 836029554
        },
        {
            "start": 836030171,
            "stop": 836042306
        },
        {
            "start": 836042461,
            "stop": 836054322
        },
        {
            "start": 836054822,
            "stop": 836064685
        }
    ]
}