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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33168",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33169,
    "results": [
        {
            "start": 970739633,
            "stop": 970739807
        },
        {
            "start": 970739811,
            "stop": 970739846
        },
        {
            "start": 970739849,
            "stop": 970739856
        },
        {
            "start": 970739859,
            "stop": 970739869
        },
        {
            "start": 970739872,
            "stop": 970740014
        },
        {
            "start": 970740025,
            "stop": 970740509
        },
        {
            "start": 970740510,
            "stop": 970740716
        },
        {
            "start": 970740717,
            "stop": 970740770
        },
        {
            "start": 970740771,
            "stop": 970740920
        },
        {
            "start": 970740922,
            "stop": 970741145
        },
        {
            "start": 970741148,
            "stop": 970742068
        },
        {
            "start": 970742069,
            "stop": 970742135
        },
        {
            "start": 970742137,
            "stop": 970742184
        },
        {
            "start": 970742185,
            "stop": 970742776
        },
        {
            "start": 970742778,
            "stop": 970742796
        },
        {
            "start": 970742799,
            "stop": 970742846
        },
        {
            "start": 970742847,
            "stop": 970742872
        },
        {
            "start": 970742875,
            "stop": 970742981
        },
        {
            "start": 970742986,
            "stop": 970743174
        },
        {
            "start": 970743175,
            "stop": 970743358
        }
    ]
}