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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=169",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 170,
    "results": [
        {
            "start": 820458937,
            "stop": 820459299
        },
        {
            "start": 820459302,
            "stop": 820459710
        },
        {
            "start": 820459713,
            "stop": 820459780
        },
        {
            "start": 820459881,
            "stop": 820459980
        },
        {
            "start": 820460040,
            "stop": 820460547
        },
        {
            "start": 820460550,
            "stop": 820461270
        },
        {
            "start": 820461274,
            "stop": 820461338
        },
        {
            "start": 820461341,
            "stop": 820461728
        },
        {
            "start": 820461732,
            "stop": 820462129
        },
        {
            "start": 820462132,
            "stop": 820462320
        },
        {
            "start": 820462380,
            "stop": 820462539
        },
        {
            "start": 820462542,
            "stop": 820462602
        },
        {
            "start": 820462606,
            "stop": 820463199
        },
        {
            "start": 820463202,
            "stop": 820463227
        },
        {
            "start": 820463230,
            "stop": 820463385
        },
        {
            "start": 820463388,
            "stop": 820463701
        },
        {
            "start": 820463705,
            "stop": 820463777
        },
        {
            "start": 820463781,
            "stop": 820463909
        },
        {
            "start": 820463912,
            "stop": 820463974
        },
        {
            "start": 820463978,
            "stop": 820464027
        }
    ]
}