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=1276
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=1277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1275",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1276,
    "results": [
        {
            "start": 958150741,
            "stop": 958150840
        },
        {
            "start": 958151485,
            "stop": 958166957
        },
        {
            "start": 958170732,
            "stop": 958171965
        },
        {
            "start": 958171982,
            "stop": 958176150
        },
        {
            "start": 958176156,
            "stop": 958182890
        },
        {
            "start": 958183773,
            "stop": 958186970
        },
        {
            "start": 958186972,
            "stop": 958189303
        },
        {
            "start": 958189305,
            "stop": 958190962
        },
        {
            "start": 958190964,
            "stop": 958191426
        },
        {
            "start": 958191428,
            "stop": 958194638
        },
        {
            "start": 958194640,
            "stop": 958203621
        },
        {
            "start": 958203623,
            "stop": 958205892
        },
        {
            "start": 958205894,
            "stop": 958205941
        },
        {
            "start": 958205942,
            "stop": 958206749
        },
        {
            "start": 958208118,
            "stop": 958212609
        },
        {
            "start": 958212611,
            "stop": 958213387
        },
        {
            "start": 958214412,
            "stop": 958214454
        },
        {
            "start": 958214561,
            "stop": 958215785
        },
        {
            "start": 958218510,
            "stop": 958221339
        },
        {
            "start": 958284208,
            "stop": 958284909
        }
    ]
}