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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29363",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29361",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29362,
    "results": [
        {
            "start": 971258450,
            "stop": 971258460
        },
        {
            "start": 971258461,
            "stop": 971258466
        },
        {
            "start": 971258470,
            "stop": 971258472
        },
        {
            "start": 971258476,
            "stop": 971258480
        },
        {
            "start": 971258484,
            "stop": 971258485
        },
        {
            "start": 971258487,
            "stop": 971258490
        },
        {
            "start": 971258492,
            "stop": 971258494
        },
        {
            "start": 971258497,
            "stop": 971258499
        },
        {
            "start": 971258501,
            "stop": 971258503
        },
        {
            "start": 971258504,
            "stop": 971258506
        },
        {
            "start": 971258509,
            "stop": 971258511
        },
        {
            "start": 971258515,
            "stop": 971258518
        },
        {
            "start": 971258521,
            "stop": 971258523
        },
        {
            "start": 971258527,
            "stop": 971258528
        },
        {
            "start": 971258530,
            "stop": 971258543
        },
        {
            "start": 971258546,
            "stop": 971258551
        },
        {
            "start": 971258553,
            "stop": 971258565
        },
        {
            "start": 971258567,
            "stop": 971258569
        },
        {
            "start": 971258571,
            "stop": 971258573
        },
        {
            "start": 971258575,
            "stop": 971258577
        }
    ]
}