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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=180",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 181,
    "results": [
        {
            "start": 931138474,
            "stop": 931138476
        },
        {
            "start": 931138477,
            "stop": 931138480
        },
        {
            "start": 931138482,
            "stop": 931138483
        },
        {
            "start": 931138484,
            "stop": 931138485
        },
        {
            "start": 931138487,
            "stop": 931138488
        },
        {
            "start": 931138489,
            "stop": 931138492
        },
        {
            "start": 931138494,
            "stop": 931138497
        },
        {
            "start": 931138503,
            "stop": 931138514
        },
        {
            "start": 931138516,
            "stop": 931138518
        },
        {
            "start": 931138520,
            "stop": 931138522
        },
        {
            "start": 931138524,
            "stop": 931138526
        },
        {
            "start": 931138527,
            "stop": 931138529
        },
        {
            "start": 931138539,
            "stop": 931138543
        },
        {
            "start": 931138544,
            "stop": 931138552
        },
        {
            "start": 931138557,
            "stop": 931138558
        },
        {
            "start": 931138560,
            "stop": 931138561
        },
        {
            "start": 931138574,
            "stop": 931138576
        },
        {
            "start": 931138578,
            "stop": 931138579
        },
        {
            "start": 931138586,
            "stop": 931138587
        },
        {
            "start": 931138588,
            "stop": 931138589
        }
    ]
}