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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=33",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 34,
    "results": [
        {
            "start": 817150374,
            "stop": 817150577
        },
        {
            "start": 817150580,
            "stop": 817153009
        },
        {
            "start": 817153012,
            "stop": 817160023
        },
        {
            "start": 817160026,
            "stop": 817161120
        },
        {
            "start": 817161180,
            "stop": 817163369
        },
        {
            "start": 817163372,
            "stop": 817172307
        },
        {
            "start": 817172309,
            "stop": 817178197
        },
        {
            "start": 817179724,
            "stop": 817181740
        },
        {
            "start": 817181743,
            "stop": 817186261
        },
        {
            "start": 817186265,
            "stop": 817186267
        },
        {
            "start": 817186270,
            "stop": 817186271
        },
        {
            "start": 817186274,
            "stop": 817186625
        },
        {
            "start": 817186628,
            "stop": 817187032
        },
        {
            "start": 817187036,
            "stop": 817187458
        },
        {
            "start": 817187461,
            "stop": 817187491
        },
        {
            "start": 817187494,
            "stop": 817187918
        },
        {
            "start": 817187921,
            "stop": 817188098
        },
        {
            "start": 817188101,
            "stop": 817188282
        },
        {
            "start": 817188286,
            "stop": 817188503
        },
        {
            "start": 817188507,
            "stop": 817188755
        }
    ]
}