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=5145
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=5146",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5144",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5145,
    "results": [
        {
            "start": 1136994036,
            "stop": 1136994046
        },
        {
            "start": 1136994048,
            "stop": 1136994058
        },
        {
            "start": 1136994060,
            "stop": 1136994069
        },
        {
            "start": 1136994071,
            "stop": 1136994078
        },
        {
            "start": 1136994080,
            "stop": 1136994089
        },
        {
            "start": 1136994091,
            "stop": 1136994114
        },
        {
            "start": 1136994116,
            "stop": 1136994124
        },
        {
            "start": 1136994127,
            "stop": 1136994150
        },
        {
            "start": 1136994152,
            "stop": 1136994161
        },
        {
            "start": 1136994163,
            "stop": 1136994171
        },
        {
            "start": 1136994173,
            "stop": 1136994183
        },
        {
            "start": 1136994185,
            "stop": 1136994195
        },
        {
            "start": 1136994197,
            "stop": 1136994207
        },
        {
            "start": 1136994209,
            "stop": 1136994219
        },
        {
            "start": 1136994221,
            "stop": 1136994244
        },
        {
            "start": 1136994246,
            "stop": 1136994254
        },
        {
            "start": 1136994256,
            "stop": 1136994267
        },
        {
            "start": 1136994269,
            "stop": 1136994281
        },
        {
            "start": 1136994283,
            "stop": 1136994292
        },
        {
            "start": 1136994294,
            "stop": 1136994302
        }
    ]
}