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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=151",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 152,
    "results": [
        {
            "start": 838298448,
            "stop": 838298542
        },
        {
            "start": 838298862,
            "stop": 838299000
        },
        {
            "start": 838300777,
            "stop": 838301136
        },
        {
            "start": 838301540,
            "stop": 838301591
        },
        {
            "start": 838302704,
            "stop": 838302973
        },
        {
            "start": 838303467,
            "stop": 838303578
        },
        {
            "start": 838305692,
            "stop": 838307251
        },
        {
            "start": 838307719,
            "stop": 838308676
        },
        {
            "start": 838309439,
            "stop": 838309810
        },
        {
            "start": 838310401,
            "stop": 838310425
        },
        {
            "start": 838311252,
            "stop": 838325682
        },
        {
            "start": 838328603,
            "stop": 838336522
        },
        {
            "start": 838338210,
            "stop": 838373308
        },
        {
            "start": 838375114,
            "stop": 838388671
        },
        {
            "start": 838388679,
            "stop": 838399128
        },
        {
            "start": 838401469,
            "stop": 838405979
        },
        {
            "start": 838407189,
            "stop": 838407859
        },
        {
            "start": 838408284,
            "stop": 838410194
        },
        {
            "start": 838410711,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838415048
        }
    ]
}