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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=823",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=821",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 822,
    "results": [
        {
            "start": 1250320757,
            "stop": 1250320894
        },
        {
            "start": 1250320898,
            "stop": 1250321768
        },
        {
            "start": 1250321776,
            "stop": 1250323411
        },
        {
            "start": 1250323415,
            "stop": 1250323512
        },
        {
            "start": 1250323517,
            "stop": 1250323600
        },
        {
            "start": 1250323605,
            "stop": 1250323864
        },
        {
            "start": 1250323867,
            "stop": 1250324124
        },
        {
            "start": 1250324126,
            "stop": 1250324139
        },
        {
            "start": 1250324144,
            "stop": 1250324191
        },
        {
            "start": 1250324195,
            "stop": 1250324196
        },
        {
            "start": 1250324201,
            "stop": 1250324976
        },
        {
            "start": 1250324979,
            "stop": 1250324981
        },
        {
            "start": 1250324983,
            "stop": 1250325000
        },
        {
            "start": 1250325005,
            "stop": 1250325090
        },
        {
            "start": 1250325093,
            "stop": 1250325119
        },
        {
            "start": 1250325121,
            "stop": 1250325122
        },
        {
            "start": 1250325128,
            "stop": 1250325291
        },
        {
            "start": 1250325293,
            "stop": 1250325300
        },
        {
            "start": 1250325303,
            "stop": 1250326098
        },
        {
            "start": 1250326101,
            "stop": 1250329254
        }
    ]
}