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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3041",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3042,
    "results": [
        {
            "start": 864435881,
            "stop": 864436597
        },
        {
            "start": 864436994,
            "stop": 864437144
        },
        {
            "start": 864437444,
            "stop": 864463863
        },
        {
            "start": 864464497,
            "stop": 864469772
        },
        {
            "start": 864469778,
            "stop": 864469795
        },
        {
            "start": 864469800,
            "stop": 864483842
        },
        {
            "start": 864483846,
            "stop": 864485767
        },
        {
            "start": 864485775,
            "stop": 864485800
        },
        {
            "start": 864485805,
            "stop": 864486082
        },
        {
            "start": 864506081,
            "stop": 864506220
        },
        {
            "start": 864506546,
            "stop": 864507615
        },
        {
            "start": 864507902,
            "stop": 864508232
        },
        {
            "start": 864508238,
            "stop": 864508260
        },
        {
            "start": 864508320,
            "stop": 864510479
        },
        {
            "start": 864510779,
            "stop": 864512520
        },
        {
            "start": 864512580,
            "stop": 864514380
        },
        {
            "start": 864514440,
            "stop": 864518684
        },
        {
            "start": 864518925,
            "stop": 864520620
        },
        {
            "start": 864520680,
            "stop": 864530245
        },
        {
            "start": 864530250,
            "stop": 864531060
        }
    ]
}