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=40992
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=40993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40991",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40992,
    "results": [
        {
            "start": 875145095,
            "stop": 875145097
        },
        {
            "start": 875145098,
            "stop": 875145141
        },
        {
            "start": 875145143,
            "stop": 875145146
        },
        {
            "start": 875145147,
            "stop": 875145157
        },
        {
            "start": 875145158,
            "stop": 875145166
        },
        {
            "start": 875145168,
            "stop": 875145235
        },
        {
            "start": 875145236,
            "stop": 875145274
        },
        {
            "start": 875145275,
            "stop": 875145297
        },
        {
            "start": 875145298,
            "stop": 875145301
        },
        {
            "start": 875145302,
            "stop": 875145332
        },
        {
            "start": 875145334,
            "stop": 875145340
        },
        {
            "start": 875145341,
            "stop": 875145344
        },
        {
            "start": 875145345,
            "stop": 875145348
        },
        {
            "start": 875145350,
            "stop": 875145416
        },
        {
            "start": 875145417,
            "stop": 875145453
        },
        {
            "start": 875145454,
            "stop": 875145465
        },
        {
            "start": 875145466,
            "stop": 875145491
        },
        {
            "start": 875145492,
            "stop": 875145493
        },
        {
            "start": 875145494,
            "stop": 875145508
        },
        {
            "start": 875145509,
            "stop": 875145534
        }
    ]
}