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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=386",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 387,
    "results": [
        {
            "start": 825912221,
            "stop": 825912235
        },
        {
            "start": 825912240,
            "stop": 825912271
        },
        {
            "start": 825912274,
            "stop": 825912306
        },
        {
            "start": 825912314,
            "stop": 825912320
        },
        {
            "start": 825912333,
            "stop": 825912339
        },
        {
            "start": 825912343,
            "stop": 825912349
        },
        {
            "start": 825912365,
            "stop": 825912417
        },
        {
            "start": 825912421,
            "stop": 825912436
        },
        {
            "start": 825912440,
            "stop": 825912635
        },
        {
            "start": 825912651,
            "stop": 825912697
        },
        {
            "start": 825912704,
            "stop": 825912726
        },
        {
            "start": 825912733,
            "stop": 825912812
        },
        {
            "start": 825913499,
            "stop": 825913500
        },
        {
            "start": 825913504,
            "stop": 825913561
        },
        {
            "start": 825913574,
            "stop": 825913581
        },
        {
            "start": 825913584,
            "stop": 825913600
        },
        {
            "start": 825913614,
            "stop": 825913640
        },
        {
            "start": 825913759,
            "stop": 825913806
        },
        {
            "start": 825913810,
            "stop": 825913813
        },
        {
            "start": 825941396,
            "stop": 825941438
        }
    ]
}