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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=802",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=800",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 801,
    "results": [
        {
            "start": 1250070719,
            "stop": 1250071720
        },
        {
            "start": 1250071723,
            "stop": 1250076668
        },
        {
            "start": 1250076676,
            "stop": 1250078860
        },
        {
            "start": 1250078864,
            "stop": 1250081577
        },
        {
            "start": 1250081581,
            "stop": 1250081936
        },
        {
            "start": 1250081940,
            "stop": 1250083368
        },
        {
            "start": 1250083376,
            "stop": 1250090234
        },
        {
            "start": 1250090239,
            "stop": 1250090415
        },
        {
            "start": 1250090418,
            "stop": 1250090954
        },
        {
            "start": 1250090958,
            "stop": 1250093112
        },
        {
            "start": 1250093115,
            "stop": 1250094775
        },
        {
            "start": 1250094778,
            "stop": 1250099507
        },
        {
            "start": 1250099512,
            "stop": 1250100564
        },
        {
            "start": 1250100568,
            "stop": 1250101150
        },
        {
            "start": 1250101154,
            "stop": 1250101320
        },
        {
            "start": 1250101324,
            "stop": 1250103646
        },
        {
            "start": 1250103654,
            "stop": 1250104836
        },
        {
            "start": 1250104838,
            "stop": 1250104902
        },
        {
            "start": 1250104905,
            "stop": 1250104946
        },
        {
            "start": 1250104954,
            "stop": 1250106707
        }
    ]
}