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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=163",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 164,
    "results": [
        {
            "start": 844418110,
            "stop": 844425945
        },
        {
            "start": 844437294,
            "stop": 844438039
        },
        {
            "start": 844438758,
            "stop": 844439090
        },
        {
            "start": 844440509,
            "stop": 844440573
        },
        {
            "start": 844444108,
            "stop": 844447183
        },
        {
            "start": 844449634,
            "stop": 844450999
        },
        {
            "start": 844460883,
            "stop": 844463667
        },
        {
            "start": 844466613,
            "stop": 844468683
        },
        {
            "start": 844469207,
            "stop": 844469954
        },
        {
            "start": 844469999,
            "stop": 844470161
        },
        {
            "start": 844470249,
            "stop": 844470268
        },
        {
            "start": 844470565,
            "stop": 844471834
        },
        {
            "start": 844471956,
            "stop": 844472073
        },
        {
            "start": 844472189,
            "stop": 844474264
        },
        {
            "start": 844474390,
            "stop": 844493288
        },
        {
            "start": 844495078,
            "stop": 844498121
        },
        {
            "start": 844498695,
            "stop": 844509516
        },
        {
            "start": 844510371,
            "stop": 844517101
        },
        {
            "start": 844517566,
            "stop": 844520041
        },
        {
            "start": 844520959,
            "stop": 844521198
        }
    ]
}