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=5139
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=5140",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5138",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5139,
    "results": [
        {
            "start": 1136991935,
            "stop": 1136991955
        },
        {
            "start": 1136991957,
            "stop": 1136991959
        },
        {
            "start": 1136991961,
            "stop": 1136991982
        },
        {
            "start": 1136991983,
            "stop": 1136992025
        },
        {
            "start": 1136992027,
            "stop": 1136992038
        },
        {
            "start": 1136992040,
            "stop": 1136992043
        },
        {
            "start": 1136992045,
            "stop": 1136992092
        },
        {
            "start": 1136992096,
            "stop": 1136992097
        },
        {
            "start": 1136992099,
            "stop": 1136992118
        },
        {
            "start": 1136992120,
            "stop": 1136992171
        },
        {
            "start": 1136992173,
            "stop": 1136992176
        },
        {
            "start": 1136992178,
            "stop": 1136992253
        },
        {
            "start": 1136992254,
            "stop": 1136992265
        },
        {
            "start": 1136992267,
            "stop": 1136992276
        },
        {
            "start": 1136992278,
            "stop": 1136992289
        },
        {
            "start": 1136992291,
            "stop": 1136992298
        },
        {
            "start": 1136992300,
            "stop": 1136992312
        },
        {
            "start": 1136992314,
            "stop": 1136992323
        },
        {
            "start": 1136992325,
            "stop": 1136992335
        },
        {
            "start": 1136992336,
            "stop": 1136992344
        }
    ]
}