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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 181,
    "results": [
        {
            "start": 1176723956,
            "stop": 1176723971
        },
        {
            "start": 1176723972,
            "stop": 1176723974
        },
        {
            "start": 1176723982,
            "stop": 1176723983
        },
        {
            "start": 1176723987,
            "stop": 1176724005
        },
        {
            "start": 1176724007,
            "stop": 1176724008
        },
        {
            "start": 1176724009,
            "stop": 1176724010
        },
        {
            "start": 1176724015,
            "stop": 1176724018
        },
        {
            "start": 1176724024,
            "stop": 1176724026
        },
        {
            "start": 1176724028,
            "stop": 1176724075
        },
        {
            "start": 1176724076,
            "stop": 1176724093
        },
        {
            "start": 1176724094,
            "stop": 1176724190
        },
        {
            "start": 1176724192,
            "stop": 1176724195
        },
        {
            "start": 1176724196,
            "stop": 1176724236
        },
        {
            "start": 1176724238,
            "stop": 1176724242
        },
        {
            "start": 1176724243,
            "stop": 1176724245
        },
        {
            "start": 1176724247,
            "stop": 1176724294
        },
        {
            "start": 1176724296,
            "stop": 1176724338
        },
        {
            "start": 1176724344,
            "stop": 1176724370
        },
        {
            "start": 1176724371,
            "stop": 1176724383
        },
        {
            "start": 1176724385,
            "stop": 1176724401
        }
    ]
}