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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=196",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 197,
    "results": [
        {
            "start": 850242732,
            "stop": 850243371
        },
        {
            "start": 850243501,
            "stop": 850243664
        },
        {
            "start": 850245577,
            "stop": 850247215
        },
        {
            "start": 850247282,
            "stop": 850251923
        },
        {
            "start": 850253500,
            "stop": 850258786
        },
        {
            "start": 850258908,
            "stop": 850259037
        },
        {
            "start": 850259095,
            "stop": 850271102
        },
        {
            "start": 850271168,
            "stop": 850287649
        },
        {
            "start": 850294259,
            "stop": 850308488
        },
        {
            "start": 850311124,
            "stop": 850313365
        },
        {
            "start": 850313604,
            "stop": 850313630
        },
        {
            "start": 850313876,
            "stop": 850314174
        },
        {
            "start": 850317324,
            "stop": 850318326
        },
        {
            "start": 850320380,
            "stop": 850326855
        },
        {
            "start": 850327281,
            "stop": 850328898
        },
        {
            "start": 850328977,
            "stop": 850329249
        },
        {
            "start": 850329318,
            "stop": 850329555
        },
        {
            "start": 850329618,
            "stop": 850344724
        },
        {
            "start": 850344786,
            "stop": 850345700
        },
        {
            "start": 850345856,
            "stop": 850347558
        }
    ]
}