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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=167",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 168,
    "results": [
        {
            "start": 842340898,
            "stop": 842365147
        },
        {
            "start": 842365271,
            "stop": 842366883
        },
        {
            "start": 842367013,
            "stop": 842368877
        },
        {
            "start": 842368885,
            "stop": 842373172
        },
        {
            "start": 842373265,
            "stop": 842378598
        },
        {
            "start": 842378606,
            "stop": 842378813
        },
        {
            "start": 842378821,
            "stop": 842378831
        },
        {
            "start": 842378842,
            "stop": 842383984
        },
        {
            "start": 842384111,
            "stop": 842385181
        },
        {
            "start": 842387567,
            "stop": 842387968
        },
        {
            "start": 842388016,
            "stop": 842388396
        },
        {
            "start": 842388404,
            "stop": 842388449
        },
        {
            "start": 842388457,
            "stop": 842393269
        },
        {
            "start": 842398240,
            "stop": 842401024
        },
        {
            "start": 842401026,
            "stop": 842409260
        },
        {
            "start": 842410797,
            "stop": 842443951
        },
        {
            "start": 842444753,
            "stop": 842450292
        },
        {
            "start": 842450401,
            "stop": 842452785
        },
        {
            "start": 842452786,
            "stop": 842458761
        },
        {
            "start": 842458763,
            "stop": 842463935
        }
    ]
}