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=40951
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=40952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40950",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40951,
    "results": [
        {
            "start": 875120143,
            "stop": 875120158
        },
        {
            "start": 875120159,
            "stop": 875120179
        },
        {
            "start": 875120180,
            "stop": 875120189
        },
        {
            "start": 875120190,
            "stop": 875120245
        },
        {
            "start": 875120246,
            "stop": 875120264
        },
        {
            "start": 875120266,
            "stop": 875120274
        },
        {
            "start": 875120275,
            "stop": 875120297
        },
        {
            "start": 875120298,
            "stop": 875120301
        },
        {
            "start": 875120305,
            "stop": 875120311
        },
        {
            "start": 875120312,
            "stop": 875120313
        },
        {
            "start": 875120317,
            "stop": 875120325
        },
        {
            "start": 875120326,
            "stop": 875120358
        },
        {
            "start": 875120359,
            "stop": 875120386
        },
        {
            "start": 875120387,
            "stop": 875120392
        },
        {
            "start": 875120393,
            "stop": 875120453
        },
        {
            "start": 875120454,
            "stop": 875120460
        },
        {
            "start": 875120461,
            "stop": 875120523
        },
        {
            "start": 875120524,
            "stop": 875120525
        },
        {
            "start": 875120526,
            "stop": 875120542
        },
        {
            "start": 875120543,
            "stop": 875120611
        }
    ]
}