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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=408",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 409,
    "results": [
        {
            "start": 818659345,
            "stop": 818659421
        },
        {
            "start": 818659423,
            "stop": 818659492
        },
        {
            "start": 818659505,
            "stop": 818659506
        },
        {
            "start": 818659622,
            "stop": 818660402
        },
        {
            "start": 818660404,
            "stop": 818660470
        },
        {
            "start": 818660472,
            "stop": 818660606
        },
        {
            "start": 818660608,
            "stop": 818660671
        },
        {
            "start": 818660774,
            "stop": 818661147
        },
        {
            "start": 818665552,
            "stop": 818665663
        },
        {
            "start": 818665665,
            "stop": 818665716
        },
        {
            "start": 818665718,
            "stop": 818665999
        },
        {
            "start": 818666001,
            "stop": 818666025
        },
        {
            "start": 818666029,
            "stop": 818666612
        },
        {
            "start": 818724388,
            "stop": 818724786
        },
        {
            "start": 818724797,
            "stop": 818724807
        },
        {
            "start": 818724810,
            "stop": 818724862
        },
        {
            "start": 818724866,
            "stop": 818724867
        },
        {
            "start": 818724875,
            "stop": 818724877
        },
        {
            "start": 818724880,
            "stop": 818724900
        },
        {
            "start": 818724905,
            "stop": 818724957
        }
    ]
}