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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=519",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=517",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 518,
    "results": [
        {
            "start": 827088289,
            "stop": 827088961
        },
        {
            "start": 827088978,
            "stop": 827089345
        },
        {
            "start": 827089403,
            "stop": 827089504
        },
        {
            "start": 827089522,
            "stop": 827089674
        },
        {
            "start": 827089784,
            "stop": 827090214
        },
        {
            "start": 827090283,
            "stop": 827090526
        },
        {
            "start": 827092406,
            "stop": 827092716
        },
        {
            "start": 827094659,
            "stop": 827094732
        },
        {
            "start": 827094736,
            "stop": 827095620
        },
        {
            "start": 827095680,
            "stop": 827095692
        },
        {
            "start": 827095713,
            "stop": 827095849
        },
        {
            "start": 827095871,
            "stop": 827095884
        },
        {
            "start": 827095906,
            "stop": 827096022
        },
        {
            "start": 827096057,
            "stop": 827096071
        },
        {
            "start": 827096102,
            "stop": 827096405
        },
        {
            "start": 827096424,
            "stop": 827096639
        },
        {
            "start": 827096661,
            "stop": 827098292
        },
        {
            "start": 827098295,
            "stop": 827098776
        },
        {
            "start": 827098780,
            "stop": 827099404
        },
        {
            "start": 827099436,
            "stop": 827099578
        }
    ]
}