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=3845
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=3846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3844",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3845,
    "results": [
        {
            "start": 873601939,
            "stop": 873602026
        },
        {
            "start": 873602029,
            "stop": 873602031
        },
        {
            "start": 873602034,
            "stop": 873602095
        },
        {
            "start": 873602098,
            "stop": 873602102
        },
        {
            "start": 873602105,
            "stop": 873602373
        },
        {
            "start": 873602376,
            "stop": 873602378
        },
        {
            "start": 873602381,
            "stop": 873602407
        },
        {
            "start": 873602410,
            "stop": 873602437
        },
        {
            "start": 873602440,
            "stop": 873602469
        },
        {
            "start": 873602472,
            "stop": 873602482
        },
        {
            "start": 873602485,
            "stop": 873602661
        },
        {
            "start": 873602664,
            "stop": 873602693
        },
        {
            "start": 873602696,
            "stop": 873603383
        },
        {
            "start": 873603386,
            "stop": 873603938
        },
        {
            "start": 873603941,
            "stop": 873604173
        },
        {
            "start": 873604176,
            "stop": 873604236
        },
        {
            "start": 873604239,
            "stop": 873604261
        },
        {
            "start": 873604264,
            "stop": 873604296
        },
        {
            "start": 873604299,
            "stop": 873604310
        },
        {
            "start": 873604313,
            "stop": 873604328
        }
    ]
}