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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=235",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 236,
    "results": [
        {
            "start": 931539324,
            "stop": 931539325
        },
        {
            "start": 931539327,
            "stop": 931539330
        },
        {
            "start": 931539331,
            "stop": 931539333
        },
        {
            "start": 931539334,
            "stop": 931539341
        },
        {
            "start": 931539343,
            "stop": 931539352
        },
        {
            "start": 931539354,
            "stop": 931539364
        },
        {
            "start": 931539365,
            "stop": 931539373
        },
        {
            "start": 931539375,
            "stop": 931539378
        },
        {
            "start": 931539380,
            "stop": 931539406
        },
        {
            "start": 931539408,
            "stop": 931539436
        },
        {
            "start": 931539440,
            "stop": 931539453
        },
        {
            "start": 931539455,
            "stop": 931539461
        },
        {
            "start": 931539463,
            "stop": 931539464
        },
        {
            "start": 931539466,
            "stop": 931539475
        },
        {
            "start": 931539476,
            "stop": 931539498
        },
        {
            "start": 931539500,
            "stop": 931539501
        },
        {
            "start": 931539503,
            "stop": 931539507
        },
        {
            "start": 931539508,
            "stop": 931539515
        },
        {
            "start": 931539517,
            "stop": 931539535
        },
        {
            "start": 931539537,
            "stop": 931539542
        }
    ]
}