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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4626",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4627,
    "results": [
        {
            "start": 874225576,
            "stop": 874225610
        },
        {
            "start": 874225630,
            "stop": 874225783
        },
        {
            "start": 874225802,
            "stop": 874225805
        },
        {
            "start": 874225824,
            "stop": 874225905
        },
        {
            "start": 874225924,
            "stop": 874225926
        },
        {
            "start": 874225945,
            "stop": 874225969
        },
        {
            "start": 874225989,
            "stop": 874226392
        },
        {
            "start": 874226428,
            "stop": 874226460
        },
        {
            "start": 874227300,
            "stop": 874227344
        },
        {
            "start": 874227387,
            "stop": 874227650
        },
        {
            "start": 874227669,
            "stop": 874227671
        },
        {
            "start": 874227690,
            "stop": 874227801
        },
        {
            "start": 874227835,
            "stop": 874227842
        },
        {
            "start": 874227878,
            "stop": 874227972
        },
        {
            "start": 874227992,
            "stop": 874227999
        },
        {
            "start": 874228018,
            "stop": 874228055
        },
        {
            "start": 874228074,
            "stop": 874228150
        },
        {
            "start": 874228169,
            "stop": 874228206
        },
        {
            "start": 874228225,
            "stop": 874228231
        },
        {
            "start": 874228250,
            "stop": 874228386
        }
    ]
}