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=3739
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=3740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3738",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3739,
    "results": [
        {
            "start": 872847670,
            "stop": 872847833
        },
        {
            "start": 872847836,
            "stop": 872847961
        },
        {
            "start": 872847965,
            "stop": 872848108
        },
        {
            "start": 872848111,
            "stop": 872848601
        },
        {
            "start": 872848604,
            "stop": 872848803
        },
        {
            "start": 872848806,
            "stop": 872855560
        },
        {
            "start": 872855561,
            "stop": 872855578
        },
        {
            "start": 872855579,
            "stop": 872855969
        },
        {
            "start": 872855971,
            "stop": 872855978
        },
        {
            "start": 872855979,
            "stop": 872855981
        },
        {
            "start": 872855982,
            "stop": 872855987
        },
        {
            "start": 872855988,
            "stop": 872856331
        },
        {
            "start": 872856332,
            "stop": 872856445
        },
        {
            "start": 872856446,
            "stop": 872856450
        },
        {
            "start": 872856451,
            "stop": 872856460
        },
        {
            "start": 872856461,
            "stop": 872856465
        },
        {
            "start": 872856469,
            "stop": 872856471
        },
        {
            "start": 872857504,
            "stop": 872863144
        },
        {
            "start": 872863147,
            "stop": 872867834
        },
        {
            "start": 872868032,
            "stop": 872869463
        }
    ]
}