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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=455",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=453",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 454,
    "results": [
        {
            "start": 1183073874,
            "stop": 1183074240
        },
        {
            "start": 1183074241,
            "stop": 1183074242
        },
        {
            "start": 1183074243,
            "stop": 1183074250
        },
        {
            "start": 1183074251,
            "stop": 1183074673
        },
        {
            "start": 1183074675,
            "stop": 1183075843
        },
        {
            "start": 1183075846,
            "stop": 1183076030
        },
        {
            "start": 1183076032,
            "stop": 1183076489
        },
        {
            "start": 1183076491,
            "stop": 1183076781
        },
        {
            "start": 1183076783,
            "stop": 1183077805
        },
        {
            "start": 1183077808,
            "stop": 1183079659
        },
        {
            "start": 1183079664,
            "stop": 1183079672
        },
        {
            "start": 1183079675,
            "stop": 1183079866
        },
        {
            "start": 1183079870,
            "stop": 1183080491
        },
        {
            "start": 1183080495,
            "stop": 1183080619
        },
        {
            "start": 1183080623,
            "stop": 1183080666
        },
        {
            "start": 1183080670,
            "stop": 1183080737
        },
        {
            "start": 1183080743,
            "stop": 1183081191
        },
        {
            "start": 1183081194,
            "stop": 1183081294
        },
        {
            "start": 1183081300,
            "stop": 1183081304
        },
        {
            "start": 1183081308,
            "stop": 1183081330
        }
    ]
}