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=1858
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=1859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1857",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1858,
    "results": [
        {
            "start": 843906817,
            "stop": 843907212
        },
        {
            "start": 843907633,
            "stop": 843909098
        },
        {
            "start": 843909100,
            "stop": 843909316
        },
        {
            "start": 843909318,
            "stop": 843909586
        },
        {
            "start": 843909588,
            "stop": 843909943
        },
        {
            "start": 843909945,
            "stop": 843911089
        },
        {
            "start": 843911091,
            "stop": 843912030
        },
        {
            "start": 843912038,
            "stop": 843912109
        },
        {
            "start": 843912409,
            "stop": 843915797
        },
        {
            "start": 843915799,
            "stop": 843917434
        },
        {
            "start": 843917436,
            "stop": 843921315
        },
        {
            "start": 843921317,
            "stop": 843921390
        },
        {
            "start": 843921450,
            "stop": 843921451
        },
        {
            "start": 843921791,
            "stop": 843922223
        },
        {
            "start": 843922333,
            "stop": 843922376
        },
        {
            "start": 843922676,
            "stop": 843922785
        },
        {
            "start": 843947015,
            "stop": 843948869
        },
        {
            "start": 843949355,
            "stop": 843949446
        },
        {
            "start": 843949688,
            "stop": 843949777
        },
        {
            "start": 843949783,
            "stop": 843951872
        }
    ]
}