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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=196",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 197,
    "results": [
        {
            "start": 931615042,
            "stop": 931615055
        },
        {
            "start": 931615065,
            "stop": 931615081
        },
        {
            "start": 931615083,
            "stop": 931615089
        },
        {
            "start": 931615095,
            "stop": 931615098
        },
        {
            "start": 931615124,
            "stop": 931615125
        },
        {
            "start": 931615127,
            "stop": 931615138
        },
        {
            "start": 931615153,
            "stop": 931615168
        },
        {
            "start": 931615183,
            "stop": 931615201
        },
        {
            "start": 931615203,
            "stop": 931615253
        },
        {
            "start": 931615254,
            "stop": 931615310
        },
        {
            "start": 931615320,
            "stop": 931615321
        },
        {
            "start": 931615323,
            "stop": 931615325
        },
        {
            "start": 931615344,
            "stop": 931615345
        },
        {
            "start": 931615365,
            "stop": 931615367
        },
        {
            "start": 931615377,
            "stop": 931615378
        },
        {
            "start": 931615380,
            "stop": 931615382
        },
        {
            "start": 931615384,
            "stop": 931615385
        },
        {
            "start": 931615387,
            "stop": 931615398
        },
        {
            "start": 931615400,
            "stop": 931615401
        },
        {
            "start": 931615402,
            "stop": 931615407
        }
    ]
}