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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=58",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 59,
    "results": [
        {
            "start": 1404814643,
            "stop": 1404833550
        },
        {
            "start": 1404835280,
            "stop": 1404837898
        },
        {
            "start": 1408567368,
            "stop": 1408569250
        },
        {
            "start": 1408575713,
            "stop": 1408586440
        },
        {
            "start": 1408586445,
            "stop": 1408588892
        },
        {
            "start": 1408588897,
            "stop": 1408591103
        },
        {
            "start": 1408591108,
            "stop": 1408598157
        },
        {
            "start": 1408598162,
            "stop": 1408601428
        },
        {
            "start": 1408601433,
            "stop": 1408605536
        },
        {
            "start": 1408616241,
            "stop": 1408616516
        },
        {
            "start": 1408620443,
            "stop": 1408624565
        },
        {
            "start": 1408624570,
            "stop": 1408631701
        },
        {
            "start": 1408631706,
            "stop": 1408635709
        },
        {
            "start": 1408635716,
            "stop": 1408635721
        },
        {
            "start": 1408635726,
            "stop": 1408640383
        },
        {
            "start": 1408640388,
            "stop": 1408640509
        },
        {
            "start": 1408640514,
            "stop": 1408644129
        },
        {
            "start": 1408649920,
            "stop": 1408650968
        },
        {
            "start": 1408650973,
            "stop": 1408651283
        },
        {
            "start": 1408651288,
            "stop": 1408664502
        }
    ]
}