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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=264",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 265,
    "results": [
        {
            "start": 931610399,
            "stop": 931610402
        },
        {
            "start": 931610403,
            "stop": 931610416
        },
        {
            "start": 931610418,
            "stop": 931610514
        },
        {
            "start": 931610518,
            "stop": 931610519
        },
        {
            "start": 931610521,
            "stop": 931610532
        },
        {
            "start": 931610534,
            "stop": 931610592
        },
        {
            "start": 931610593,
            "stop": 931610609
        },
        {
            "start": 931610612,
            "stop": 931610679
        },
        {
            "start": 931610682,
            "stop": 931610918
        },
        {
            "start": 931610919,
            "stop": 931611043
        },
        {
            "start": 931611044,
            "stop": 931611111
        },
        {
            "start": 931611112,
            "stop": 931611126
        },
        {
            "start": 931611127,
            "stop": 931611141
        },
        {
            "start": 931611143,
            "stop": 931611177
        },
        {
            "start": 931611178,
            "stop": 931611207
        },
        {
            "start": 931611209,
            "stop": 931611212
        },
        {
            "start": 931611214,
            "stop": 931611238
        },
        {
            "start": 931611239,
            "stop": 931611246
        },
        {
            "start": 931611248,
            "stop": 931611255
        },
        {
            "start": 931611256,
            "stop": 931611258
        }
    ]
}