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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=385",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 386,
    "results": [
        {
            "start": 866397165,
            "stop": 866397897
        },
        {
            "start": 866398007,
            "stop": 866398665
        },
        {
            "start": 866403538,
            "stop": 866409196
        },
        {
            "start": 866409217,
            "stop": 866410768
        },
        {
            "start": 866411068,
            "stop": 866411263
        },
        {
            "start": 866411373,
            "stop": 866411593
        },
        {
            "start": 866411893,
            "stop": 866412436
        },
        {
            "start": 866413459,
            "stop": 866413627
        },
        {
            "start": 866415470,
            "stop": 866420042
        },
        {
            "start": 866420060,
            "stop": 866423754
        },
        {
            "start": 866423788,
            "stop": 866427270
        },
        {
            "start": 866427330,
            "stop": 866427917
        },
        {
            "start": 866427938,
            "stop": 866430162
        },
        {
            "start": 866430183,
            "stop": 866430630
        },
        {
            "start": 866430690,
            "stop": 866432610
        },
        {
            "start": 866432670,
            "stop": 866441370
        },
        {
            "start": 866441430,
            "stop": 866447387
        },
        {
            "start": 866448711,
            "stop": 866459827
        },
        {
            "start": 866459848,
            "stop": 866468978
        },
        {
            "start": 866472021,
            "stop": 866474969
        }
    ]
}