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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=256",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 257,
    "results": [
        {
            "start": 1126891776,
            "stop": 1126891781
        },
        {
            "start": 1126891782,
            "stop": 1126891787
        },
        {
            "start": 1126891789,
            "stop": 1126891835
        },
        {
            "start": 1126891836,
            "stop": 1126891839
        },
        {
            "start": 1126891840,
            "stop": 1126891873
        },
        {
            "start": 1126891875,
            "stop": 1126891889
        },
        {
            "start": 1126891892,
            "stop": 1126891904
        },
        {
            "start": 1126891905,
            "stop": 1126891906
        },
        {
            "start": 1126891907,
            "stop": 1126891908
        },
        {
            "start": 1126891909,
            "stop": 1126891938
        },
        {
            "start": 1126891939,
            "stop": 1126892088
        },
        {
            "start": 1126892089,
            "stop": 1126892106
        },
        {
            "start": 1126892108,
            "stop": 1126892246
        },
        {
            "start": 1126892248,
            "stop": 1126892250
        },
        {
            "start": 1126892256,
            "stop": 1126892270
        },
        {
            "start": 1126892271,
            "stop": 1126892275
        },
        {
            "start": 1126892276,
            "stop": 1126892277
        },
        {
            "start": 1126892280,
            "stop": 1126892290
        },
        {
            "start": 1126892292,
            "stop": 1126892295
        },
        {
            "start": 1126892297,
            "stop": 1126892318
        }
    ]
}