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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=137",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 138,
    "results": [
        {
            "start": 831699709,
            "stop": 831699883
        },
        {
            "start": 831700183,
            "stop": 831703185
        },
        {
            "start": 831703186,
            "stop": 831705252
        },
        {
            "start": 831708098,
            "stop": 831742813
        },
        {
            "start": 831744067,
            "stop": 831747218
        },
        {
            "start": 831747551,
            "stop": 831764916
        },
        {
            "start": 831767151,
            "stop": 831790842
        },
        {
            "start": 831790952,
            "stop": 831790989
        },
        {
            "start": 831791289,
            "stop": 831811678
        },
        {
            "start": 831818677,
            "stop": 831826866
        },
        {
            "start": 831846383,
            "stop": 831848907
        },
        {
            "start": 831849017,
            "stop": 831849044
        },
        {
            "start": 831849344,
            "stop": 831850435
        },
        {
            "start": 831850545,
            "stop": 831851079
        },
        {
            "start": 831851379,
            "stop": 831851404
        },
        {
            "start": 831853538,
            "stop": 831857861
        },
        {
            "start": 831857864,
            "stop": 831871249
        },
        {
            "start": 831871359,
            "stop": 831872043
        },
        {
            "start": 831872343,
            "stop": 831872358
        },
        {
            "start": 831872468,
            "stop": 831872490
        }
    ]
}