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=3063
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=3064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3062",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3063,
    "results": [
        {
            "start": 865272438,
            "stop": 865272442
        },
        {
            "start": 865272448,
            "stop": 865273680
        },
        {
            "start": 865273740,
            "stop": 865274334
        },
        {
            "start": 865274337,
            "stop": 865274346
        },
        {
            "start": 865274350,
            "stop": 865275660
        },
        {
            "start": 865275780,
            "stop": 865276080
        },
        {
            "start": 865276200,
            "stop": 865276767
        },
        {
            "start": 865276773,
            "stop": 865276785
        },
        {
            "start": 865276790,
            "stop": 865277810
        },
        {
            "start": 865277815,
            "stop": 865277820
        },
        {
            "start": 865277880,
            "stop": 865278780
        },
        {
            "start": 865278840,
            "stop": 865279200
        },
        {
            "start": 865279260,
            "stop": 865279633
        },
        {
            "start": 865279636,
            "stop": 865280744
        },
        {
            "start": 865280925,
            "stop": 865281525
        },
        {
            "start": 865281528,
            "stop": 865281540
        },
        {
            "start": 865281543,
            "stop": 865282315
        },
        {
            "start": 865282319,
            "stop": 865282604
        },
        {
            "start": 865282785,
            "stop": 865282920
        },
        {
            "start": 865283145,
            "stop": 865284862
        }
    ]
}