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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=503",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=501",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 502,
    "results": [
        {
            "start": 960604823,
            "stop": 960606282
        },
        {
            "start": 960619904,
            "stop": 960642901
        },
        {
            "start": 960642954,
            "stop": 960642978
        },
        {
            "start": 960643044,
            "stop": 960649095
        },
        {
            "start": 960717101,
            "stop": 960717751
        },
        {
            "start": 960719602,
            "stop": 960719875
        },
        {
            "start": 960721561,
            "stop": 960732871
        },
        {
            "start": 960735537,
            "stop": 960739409
        },
        {
            "start": 960741670,
            "stop": 960744438
        },
        {
            "start": 960747291,
            "stop": 960750337
        },
        {
            "start": 960757998,
            "stop": 960760775
        },
        {
            "start": 960763791,
            "stop": 960766590
        },
        {
            "start": 960794142,
            "stop": 960797980
        },
        {
            "start": 960800511,
            "stop": 960805689
        },
        {
            "start": 960807640,
            "stop": 960819812
        },
        {
            "start": 960834654,
            "stop": 960836793
        },
        {
            "start": 960840462,
            "stop": 960842165
        },
        {
            "start": 960844211,
            "stop": 960845434
        },
        {
            "start": 960847853,
            "stop": 960850008
        },
        {
            "start": 960879659,
            "stop": 960881311
        }
    ]
}