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=40744
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=40745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40743",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40744,
    "results": [
        {
            "start": 874969977,
            "stop": 874969978
        },
        {
            "start": 874969979,
            "stop": 874969987
        },
        {
            "start": 874969988,
            "stop": 874970011
        },
        {
            "start": 874970012,
            "stop": 874970034
        },
        {
            "start": 874970035,
            "stop": 874970058
        },
        {
            "start": 874970059,
            "stop": 874970099
        },
        {
            "start": 874970100,
            "stop": 874970148
        },
        {
            "start": 874970150,
            "stop": 874970156
        },
        {
            "start": 874970157,
            "stop": 874970182
        },
        {
            "start": 874970183,
            "stop": 874970189
        },
        {
            "start": 874970190,
            "stop": 874970199
        },
        {
            "start": 874970200,
            "stop": 874970227
        },
        {
            "start": 874970230,
            "stop": 874970261
        },
        {
            "start": 874970263,
            "stop": 874970268
        },
        {
            "start": 874970269,
            "stop": 874970327
        },
        {
            "start": 874970328,
            "stop": 874970329
        },
        {
            "start": 874970330,
            "stop": 874970332
        },
        {
            "start": 874970333,
            "stop": 874970352
        },
        {
            "start": 874970354,
            "stop": 874970360
        },
        {
            "start": 874970363,
            "stop": 874970372
        }
    ]
}