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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=185",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 186,
    "results": [
        {
            "start": 931139024,
            "stop": 931139026
        },
        {
            "start": 931139029,
            "stop": 931139036
        },
        {
            "start": 931139039,
            "stop": 931139042
        },
        {
            "start": 931139046,
            "stop": 931139047
        },
        {
            "start": 931139048,
            "stop": 931139051
        },
        {
            "start": 931139063,
            "stop": 931139064
        },
        {
            "start": 931139065,
            "stop": 931139066
        },
        {
            "start": 931139079,
            "stop": 931139082
        },
        {
            "start": 931139086,
            "stop": 931139087
        },
        {
            "start": 931139111,
            "stop": 931139113
        },
        {
            "start": 931139117,
            "stop": 931139118
        },
        {
            "start": 931139123,
            "stop": 931139124
        },
        {
            "start": 931139137,
            "stop": 931139138
        },
        {
            "start": 931139143,
            "stop": 931139144
        },
        {
            "start": 931139154,
            "stop": 931139155
        },
        {
            "start": 931139163,
            "stop": 931139167
        },
        {
            "start": 931139174,
            "stop": 931139183
        },
        {
            "start": 931139185,
            "stop": 931139189
        },
        {
            "start": 931139212,
            "stop": 931139214
        },
        {
            "start": 931139222,
            "stop": 931139224
        }
    ]
}