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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=257",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 258,
    "results": [
        {
            "start": 846262082,
            "stop": 846262086
        },
        {
            "start": 846262099,
            "stop": 846262107
        },
        {
            "start": 846262116,
            "stop": 846262118
        },
        {
            "start": 846262121,
            "stop": 846262875
        },
        {
            "start": 846262878,
            "stop": 846262880
        },
        {
            "start": 846262883,
            "stop": 846262898
        },
        {
            "start": 846262903,
            "stop": 846262904
        },
        {
            "start": 846262911,
            "stop": 846262912
        },
        {
            "start": 846262920,
            "stop": 846264337
        },
        {
            "start": 846264340,
            "stop": 846264427
        },
        {
            "start": 846264499,
            "stop": 846265113
        },
        {
            "start": 846265114,
            "stop": 846265258
        },
        {
            "start": 846265261,
            "stop": 846267841
        },
        {
            "start": 846267914,
            "stop": 846268856
        },
        {
            "start": 846268859,
            "stop": 846268863
        },
        {
            "start": 846269030,
            "stop": 846269434
        },
        {
            "start": 846269441,
            "stop": 846269444
        },
        {
            "start": 846269534,
            "stop": 846270362
        },
        {
            "start": 846270363,
            "stop": 846270503
        },
        {
            "start": 846270506,
            "stop": 846270517
        }
    ]
}