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=454
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=455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=453",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 454,
    "results": [
        {
            "start": 847827313,
            "stop": 847827329
        },
        {
            "start": 847827330,
            "stop": 847827333
        },
        {
            "start": 847827335,
            "stop": 847827338
        },
        {
            "start": 847827339,
            "stop": 847827370
        },
        {
            "start": 847827372,
            "stop": 847827376
        },
        {
            "start": 847827377,
            "stop": 847827398
        },
        {
            "start": 847827400,
            "stop": 847827419
        },
        {
            "start": 847827420,
            "stop": 847827450
        },
        {
            "start": 847827451,
            "stop": 847827462
        },
        {
            "start": 847827464,
            "stop": 847827477
        },
        {
            "start": 847827478,
            "stop": 847827484
        },
        {
            "start": 847827486,
            "stop": 847827498
        },
        {
            "start": 847827499,
            "stop": 847827512
        },
        {
            "start": 847827514,
            "stop": 847827523
        },
        {
            "start": 847827524,
            "stop": 847827526
        },
        {
            "start": 847827529,
            "stop": 847827547
        },
        {
            "start": 847827548,
            "stop": 847827589
        },
        {
            "start": 847827591,
            "stop": 847827610
        },
        {
            "start": 847827611,
            "stop": 847827621
        },
        {
            "start": 847827622,
            "stop": 847827628
        }
    ]
}