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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1340",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1338",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1339,
    "results": [
        {
            "start": 964905111,
            "stop": 964905153
        },
        {
            "start": 964905154,
            "stop": 964905255
        },
        {
            "start": 964905256,
            "stop": 964905284
        },
        {
            "start": 964905285,
            "stop": 964905432
        },
        {
            "start": 964905433,
            "stop": 964905496
        },
        {
            "start": 964905497,
            "stop": 964905506
        },
        {
            "start": 964905507,
            "stop": 964905521
        },
        {
            "start": 964905522,
            "stop": 964905534
        },
        {
            "start": 964905535,
            "stop": 964905541
        },
        {
            "start": 964905542,
            "stop": 964905563
        },
        {
            "start": 964905564,
            "stop": 964905582
        },
        {
            "start": 964905584,
            "stop": 964905608
        },
        {
            "start": 964905609,
            "stop": 964905623
        },
        {
            "start": 964905624,
            "stop": 964905632
        },
        {
            "start": 964905633,
            "stop": 964905634
        },
        {
            "start": 964905635,
            "stop": 964905656
        },
        {
            "start": 964905657,
            "stop": 964905672
        },
        {
            "start": 964905673,
            "stop": 964905695
        },
        {
            "start": 964905696,
            "stop": 964905711
        },
        {
            "start": 964905712,
            "stop": 964905721
        }
    ]
}