Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=5",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 6,
    "results": [
        {
            "start": 931085605,
            "stop": 931085614
        },
        {
            "start": 931085615,
            "stop": 931085681
        },
        {
            "start": 931085682,
            "stop": 931085767
        },
        {
            "start": 931085768,
            "stop": 931085787
        },
        {
            "start": 931085788,
            "stop": 931085880
        },
        {
            "start": 931087097,
            "stop": 931087198
        },
        {
            "start": 931087200,
            "stop": 931087201
        },
        {
            "start": 931087202,
            "stop": 931087235
        },
        {
            "start": 931087238,
            "stop": 931087407
        },
        {
            "start": 931087409,
            "stop": 931087441
        },
        {
            "start": 931087442,
            "stop": 931087708
        },
        {
            "start": 931087709,
            "stop": 931087729
        },
        {
            "start": 931087730,
            "stop": 931087830
        },
        {
            "start": 931087831,
            "stop": 931087838
        },
        {
            "start": 931087840,
            "stop": 931087845
        },
        {
            "start": 931087846,
            "stop": 931087847
        },
        {
            "start": 931087849,
            "stop": 931087893
        },
        {
            "start": 931087895,
            "stop": 931088285
        },
        {
            "start": 931088286,
            "stop": 931088403
        },
        {
            "start": 931088404,
            "stop": 931088596
        }
    ]
}