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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=813",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=811",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 812,
    "results": [
        {
            "start": 958176158,
            "stop": 958182890
        },
        {
            "start": 958183773,
            "stop": 958186970
        },
        {
            "start": 958186976,
            "stop": 958189303
        },
        {
            "start": 958189309,
            "stop": 958190962
        },
        {
            "start": 958190968,
            "stop": 958191426
        },
        {
            "start": 958191432,
            "stop": 958194638
        },
        {
            "start": 958194644,
            "stop": 958203621
        },
        {
            "start": 958203627,
            "stop": 958205892
        },
        {
            "start": 958205898,
            "stop": 958205941
        },
        {
            "start": 958205946,
            "stop": 958206749
        },
        {
            "start": 958208118,
            "stop": 958212609
        },
        {
            "start": 958212615,
            "stop": 958213387
        },
        {
            "start": 958214412,
            "stop": 958214454
        },
        {
            "start": 958214561,
            "stop": 958215785
        },
        {
            "start": 958218510,
            "stop": 958221339
        },
        {
            "start": 958284208,
            "stop": 958284909
        },
        {
            "start": 958284915,
            "stop": 958285760
        },
        {
            "start": 958285766,
            "stop": 958288516
        },
        {
            "start": 958288981,
            "stop": 958298397
        },
        {
            "start": 958298402,
            "stop": 958301150
        }
    ]
}