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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=223",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 224,
    "results": [
        {
            "start": 820550304,
            "stop": 820550665
        },
        {
            "start": 820550668,
            "stop": 820551280
        },
        {
            "start": 820551284,
            "stop": 820551915
        },
        {
            "start": 820551919,
            "stop": 820551958
        },
        {
            "start": 820551961,
            "stop": 820552263
        },
        {
            "start": 820552266,
            "stop": 820552308
        },
        {
            "start": 820552311,
            "stop": 820552834
        },
        {
            "start": 820552837,
            "stop": 820552959
        },
        {
            "start": 820552963,
            "stop": 820552980
        },
        {
            "start": 820552983,
            "stop": 820553599
        },
        {
            "start": 820553602,
            "stop": 820554163
        },
        {
            "start": 820555503,
            "stop": 820555854
        },
        {
            "start": 820555857,
            "stop": 820557403
        },
        {
            "start": 820557886,
            "stop": 820558586
        },
        {
            "start": 820558590,
            "stop": 820558600
        },
        {
            "start": 820558604,
            "stop": 820560452
        },
        {
            "start": 820560455,
            "stop": 820560941
        },
        {
            "start": 820560944,
            "stop": 820561557
        },
        {
            "start": 820561561,
            "stop": 820562250
        },
        {
            "start": 820562253,
            "stop": 820562733
        }
    ]
}