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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=59",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 60,
    "results": [
        {
            "start": 821037713,
            "stop": 821037715
        },
        {
            "start": 821037718,
            "stop": 821037765
        },
        {
            "start": 821037768,
            "stop": 821037917
        },
        {
            "start": 821038539,
            "stop": 821038845
        },
        {
            "start": 821038848,
            "stop": 821038892
        },
        {
            "start": 821038899,
            "stop": 821039224
        },
        {
            "start": 821039227,
            "stop": 821039516
        },
        {
            "start": 821039519,
            "stop": 821039666
        },
        {
            "start": 821039669,
            "stop": 821039714
        },
        {
            "start": 821040314,
            "stop": 821040458
        },
        {
            "start": 821040810,
            "stop": 821041290
        },
        {
            "start": 821041350,
            "stop": 821041410
        },
        {
            "start": 821041470,
            "stop": 821041530
        },
        {
            "start": 821041590,
            "stop": 821041650
        },
        {
            "start": 821041710,
            "stop": 821042550
        },
        {
            "start": 821042610,
            "stop": 821042730
        },
        {
            "start": 821042790,
            "stop": 821042850
        },
        {
            "start": 821042910,
            "stop": 821043270
        },
        {
            "start": 821043330,
            "stop": 821043390
        },
        {
            "start": 821043450,
            "stop": 821043532
        }
    ]
}