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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40861",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40862,
    "results": [
        {
            "start": 875053095,
            "stop": 875053107
        },
        {
            "start": 875053108,
            "stop": 875053150
        },
        {
            "start": 875053151,
            "stop": 875053157
        },
        {
            "start": 875053158,
            "stop": 875053200
        },
        {
            "start": 875053260,
            "stop": 875053262
        },
        {
            "start": 875053264,
            "stop": 875053277
        },
        {
            "start": 875053280,
            "stop": 875053284
        },
        {
            "start": 875053285,
            "stop": 875053292
        },
        {
            "start": 875053294,
            "stop": 875053384
        },
        {
            "start": 875053386,
            "stop": 875053426
        },
        {
            "start": 875053428,
            "stop": 875053503
        },
        {
            "start": 875053504,
            "stop": 875053512
        },
        {
            "start": 875053514,
            "stop": 875053560
        },
        {
            "start": 875053621,
            "stop": 875053652
        },
        {
            "start": 875053654,
            "stop": 875053661
        },
        {
            "start": 875053662,
            "stop": 875053677
        },
        {
            "start": 875053679,
            "stop": 875053690
        },
        {
            "start": 875053691,
            "stop": 875053725
        },
        {
            "start": 875053727,
            "stop": 875053735
        },
        {
            "start": 875053738,
            "stop": 875053773
        }
    ]
}