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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=305",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 306,
    "results": [
        {
            "start": 850490980,
            "stop": 850492332
        },
        {
            "start": 850492340,
            "stop": 850495032
        },
        {
            "start": 850495037,
            "stop": 850500443
        },
        {
            "start": 850500446,
            "stop": 850504270
        },
        {
            "start": 850504276,
            "stop": 850512517
        },
        {
            "start": 850512524,
            "stop": 850512526
        },
        {
            "start": 850512529,
            "stop": 850514205
        },
        {
            "start": 850515666,
            "stop": 850517812
        },
        {
            "start": 850517818,
            "stop": 850517900
        },
        {
            "start": 850517905,
            "stop": 850517953
        },
        {
            "start": 850519090,
            "stop": 850532360
        },
        {
            "start": 850534437,
            "stop": 850578442
        },
        {
            "start": 850578446,
            "stop": 850578448
        },
        {
            "start": 850578451,
            "stop": 850579249
        },
        {
            "start": 850599430,
            "stop": 850602729
        },
        {
            "start": 850603029,
            "stop": 850603098
        },
        {
            "start": 850603101,
            "stop": 850603104
        },
        {
            "start": 850603109,
            "stop": 850603113
        },
        {
            "start": 850603117,
            "stop": 850603127
        },
        {
            "start": 850603130,
            "stop": 850603131
        }
    ]
}