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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=91",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 92,
    "results": [
        {
            "start": 955358185,
            "stop": 955359453
        },
        {
            "start": 955360267,
            "stop": 955366584
        },
        {
            "start": 955367234,
            "stop": 955368905
        },
        {
            "start": 955374816,
            "stop": 955375283
        },
        {
            "start": 955375907,
            "stop": 955376107
        },
        {
            "start": 955382124,
            "stop": 955383337
        },
        {
            "start": 955383947,
            "stop": 955386402
        },
        {
            "start": 955388992,
            "stop": 955389841
        },
        {
            "start": 955391801,
            "stop": 955392281
        },
        {
            "start": 955392852,
            "stop": 955393558
        },
        {
            "start": 955394230,
            "stop": 955398439
        },
        {
            "start": 955422723,
            "stop": 955439739
        },
        {
            "start": 955441603,
            "stop": 955447264
        },
        {
            "start": 955448587,
            "stop": 955454560
        },
        {
            "start": 955457071,
            "stop": 955470085
        },
        {
            "start": 955470881,
            "stop": 955486950
        },
        {
            "start": 955488218,
            "stop": 955491383
        },
        {
            "start": 955497716,
            "stop": 955507537
        },
        {
            "start": 955508444,
            "stop": 955520675
        },
        {
            "start": 955645551,
            "stop": 955647129
        }
    ]
}