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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=314",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 315,
    "results": [
        {
            "start": 931744014,
            "stop": 931744130
        },
        {
            "start": 931744134,
            "stop": 931744150
        },
        {
            "start": 931744151,
            "stop": 931744162
        },
        {
            "start": 931744164,
            "stop": 931744165
        },
        {
            "start": 931744169,
            "stop": 931744173
        },
        {
            "start": 931744175,
            "stop": 931744206
        },
        {
            "start": 931744207,
            "stop": 931744231
        },
        {
            "start": 931744235,
            "stop": 931744767
        },
        {
            "start": 931744769,
            "stop": 931744815
        },
        {
            "start": 931745175,
            "stop": 931745188
        },
        {
            "start": 931745190,
            "stop": 931745240
        },
        {
            "start": 931745244,
            "stop": 931745349
        },
        {
            "start": 931745351,
            "stop": 931745530
        },
        {
            "start": 931745531,
            "stop": 931745818
        },
        {
            "start": 931745820,
            "stop": 931745856
        },
        {
            "start": 931745857,
            "stop": 931745861
        },
        {
            "start": 931745863,
            "stop": 931745886
        },
        {
            "start": 931745887,
            "stop": 931745984
        },
        {
            "start": 931745985,
            "stop": 931746033
        },
        {
            "start": 931746035,
            "stop": 931746060
        }
    ]
}