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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1630",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1628",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1629,
    "results": [
        {
            "start": 955367803,
            "stop": 955367807
        },
        {
            "start": 955367809,
            "stop": 955367872
        },
        {
            "start": 955367875,
            "stop": 955367897
        },
        {
            "start": 955367899,
            "stop": 955367929
        },
        {
            "start": 955367931,
            "stop": 955368034
        },
        {
            "start": 955368036,
            "stop": 955368124
        },
        {
            "start": 955368126,
            "stop": 955368208
        },
        {
            "start": 955368211,
            "stop": 955368302
        },
        {
            "start": 955368303,
            "stop": 955368306
        },
        {
            "start": 955368308,
            "stop": 955368365
        },
        {
            "start": 955368367,
            "stop": 955368425
        },
        {
            "start": 955368427,
            "stop": 955368428
        },
        {
            "start": 955368430,
            "stop": 955368447
        },
        {
            "start": 955368450,
            "stop": 955368457
        },
        {
            "start": 955368459,
            "stop": 955368473
        },
        {
            "start": 955368475,
            "stop": 955368510
        },
        {
            "start": 955368512,
            "stop": 955368521
        },
        {
            "start": 955368523,
            "stop": 955368524
        },
        {
            "start": 955368527,
            "stop": 955368535
        },
        {
            "start": 955368537,
            "stop": 955368574
        }
    ]
}