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/S6/timelines/H1_BURST_CAT2/segments?format=api&page=461
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=462",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=460",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 461,
    "results": [
        {
            "start": 950666417,
            "stop": 950666747
        },
        {
            "start": 950669955,
            "stop": 950671350
        },
        {
            "start": 950675738,
            "stop": 950681000
        },
        {
            "start": 950681146,
            "stop": 950695557
        },
        {
            "start": 950697229,
            "stop": 950719684
        },
        {
            "start": 950724276,
            "stop": 950744690
        },
        {
            "start": 950752681,
            "stop": 950753183
        },
        {
            "start": 950774055,
            "stop": 950821804
        },
        {
            "start": 950827710,
            "stop": 950840400
        },
        {
            "start": 950843186,
            "stop": 950846126
        },
        {
            "start": 950864745,
            "stop": 950889771
        },
        {
            "start": 950894122,
            "stop": 950899004
        },
        {
            "start": 950900662,
            "stop": 950901435
        },
        {
            "start": 950902940,
            "stop": 950910275
        },
        {
            "start": 950912626,
            "stop": 950966825
        },
        {
            "start": 950973645,
            "stop": 950974923
        },
        {
            "start": 950999740,
            "stop": 950999987
        },
        {
            "start": 951000243,
            "stop": 951001703
        },
        {
            "start": 951003618,
            "stop": 951005150
        },
        {
            "start": 951007617,
            "stop": 951017400
        }
    ]
}