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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=10",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 11,
    "results": [
        {
            "start": 1398231069,
            "stop": 1398238288
        },
        {
            "start": 1398238295,
            "stop": 1398242926
        },
        {
            "start": 1398254819,
            "stop": 1398260720
        },
        {
            "start": 1398260726,
            "stop": 1398273528
        },
        {
            "start": 1398278979,
            "stop": 1398280514
        },
        {
            "start": 1398280517,
            "stop": 1398280994
        },
        {
            "start": 1398281001,
            "stop": 1398285804
        },
        {
            "start": 1398285809,
            "stop": 1398286846
        },
        {
            "start": 1398286849,
            "stop": 1398296848
        },
        {
            "start": 1398296854,
            "stop": 1398297610
        },
        {
            "start": 1398297616,
            "stop": 1398325016
        },
        {
            "start": 1398325022,
            "stop": 1398334435
        },
        {
            "start": 1398334440,
            "stop": 1398340929
        },
        {
            "start": 1398345581,
            "stop": 1398347479
        },
        {
            "start": 1398347484,
            "stop": 1398356223
        },
        {
            "start": 1398356226,
            "stop": 1398358236
        },
        {
            "start": 1398363762,
            "stop": 1398370883
        },
        {
            "start": 1398370889,
            "stop": 1398380309
        },
        {
            "start": 1398387369,
            "stop": 1398395913
        },
        {
            "start": 1398395919,
            "stop": 1398401278
        }
    ]
}