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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=162",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 163,
    "results": [
        {
            "start": 931136148,
            "stop": 931136158
        },
        {
            "start": 931136160,
            "stop": 931136162
        },
        {
            "start": 931136164,
            "stop": 931136165
        },
        {
            "start": 931136167,
            "stop": 931136168
        },
        {
            "start": 931136169,
            "stop": 931136174
        },
        {
            "start": 931136175,
            "stop": 931136179
        },
        {
            "start": 931136180,
            "stop": 931136181
        },
        {
            "start": 931136182,
            "stop": 931136187
        },
        {
            "start": 931136188,
            "stop": 931136194
        },
        {
            "start": 931136195,
            "stop": 931136202
        },
        {
            "start": 931136203,
            "stop": 931136204
        },
        {
            "start": 931136206,
            "stop": 931136207
        },
        {
            "start": 931136209,
            "stop": 931136214
        },
        {
            "start": 931136219,
            "stop": 931136221
        },
        {
            "start": 931136222,
            "stop": 931136224
        },
        {
            "start": 931136226,
            "stop": 931136227
        },
        {
            "start": 931136228,
            "stop": 931136231
        },
        {
            "start": 931136234,
            "stop": 931136239
        },
        {
            "start": 931136241,
            "stop": 931136243
        },
        {
            "start": 931136245,
            "stop": 931136246
        }
    ]
}