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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=31",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 32,
    "results": [
        {
            "start": 818291370,
            "stop": 818291385
        },
        {
            "start": 818291785,
            "stop": 818292323
        },
        {
            "start": 818292326,
            "stop": 818292355
        },
        {
            "start": 818292358,
            "stop": 818293023
        },
        {
            "start": 818293026,
            "stop": 818293150
        },
        {
            "start": 818293154,
            "stop": 818293192
        },
        {
            "start": 818293195,
            "stop": 818294012
        },
        {
            "start": 818294015,
            "stop": 818294079
        },
        {
            "start": 818294082,
            "stop": 818294176
        },
        {
            "start": 818294179,
            "stop": 818294245
        },
        {
            "start": 818294248,
            "stop": 818294409
        },
        {
            "start": 818294412,
            "stop": 818294659
        },
        {
            "start": 818294662,
            "stop": 818294714
        },
        {
            "start": 818294717,
            "stop": 818295412
        },
        {
            "start": 818295415,
            "stop": 818295664
        },
        {
            "start": 818295667,
            "stop": 818295716
        },
        {
            "start": 818295719,
            "stop": 818295886
        },
        {
            "start": 818295889,
            "stop": 818322171
        },
        {
            "start": 818323797,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326197
        }
    ]
}