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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5150",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5148",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5149,
    "results": [
        {
            "start": 1136995100,
            "stop": 1136995122
        },
        {
            "start": 1136995125,
            "stop": 1136995133
        },
        {
            "start": 1136995135,
            "stop": 1136995137
        },
        {
            "start": 1136995139,
            "stop": 1136995146
        },
        {
            "start": 1136995148,
            "stop": 1136995156
        },
        {
            "start": 1136995158,
            "stop": 1136995160
        },
        {
            "start": 1136995162,
            "stop": 1136995166
        },
        {
            "start": 1136995168,
            "stop": 1136995213
        },
        {
            "start": 1136995215,
            "stop": 1136995241
        },
        {
            "start": 1136995243,
            "stop": 1136995252
        },
        {
            "start": 1136995254,
            "stop": 1136995275
        },
        {
            "start": 1136995277,
            "stop": 1136995287
        },
        {
            "start": 1136995289,
            "stop": 1136995297
        },
        {
            "start": 1136995299,
            "stop": 1136995326
        },
        {
            "start": 1136995328,
            "stop": 1136995356
        },
        {
            "start": 1136995358,
            "stop": 1136995368
        },
        {
            "start": 1136995370,
            "stop": 1136995372
        },
        {
            "start": 1136995374,
            "stop": 1136995379
        },
        {
            "start": 1136995382,
            "stop": 1136995391
        },
        {
            "start": 1136995393,
            "stop": 1136995395
        }
    ]
}