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=2956
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=2957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2955",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2956,
    "results": [
        {
            "start": 860095415,
            "stop": 860095419
        },
        {
            "start": 860096755,
            "stop": 860096760
        },
        {
            "start": 860096820,
            "stop": 860096880
        },
        {
            "start": 860097180,
            "stop": 860097337
        },
        {
            "start": 860097637,
            "stop": 860097837
        },
        {
            "start": 860098541,
            "stop": 860098553
        },
        {
            "start": 860098853,
            "stop": 860099003
        },
        {
            "start": 860099303,
            "stop": 860099559
        },
        {
            "start": 860099863,
            "stop": 860099872
        },
        {
            "start": 860100224,
            "stop": 860100430
        },
        {
            "start": 860100434,
            "stop": 860100444
        },
        {
            "start": 860100448,
            "stop": 860100685
        },
        {
            "start": 860100689,
            "stop": 860101182
        },
        {
            "start": 860101185,
            "stop": 860101234
        },
        {
            "start": 860101238,
            "stop": 860101341
        },
        {
            "start": 860102776,
            "stop": 860102871
        },
        {
            "start": 860102884,
            "stop": 860103098
        },
        {
            "start": 860103106,
            "stop": 860103590
        },
        {
            "start": 860105624,
            "stop": 860105682
        },
        {
            "start": 860106177,
            "stop": 860106180
        }
    ]
}