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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14337",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14335",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14336,
    "results": [
        {
            "start": 971258438,
            "stop": 971258449
        },
        {
            "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
        }
    ]
}