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=917
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=918",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=916",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 917,
    "results": [
        {
            "start": 1251466627,
            "stop": 1251466642
        },
        {
            "start": 1251466646,
            "stop": 1251466665
        },
        {
            "start": 1251466670,
            "stop": 1251466673
        },
        {
            "start": 1251466678,
            "stop": 1251466680
        },
        {
            "start": 1251466685,
            "stop": 1251466701
        },
        {
            "start": 1251466706,
            "stop": 1251466714
        },
        {
            "start": 1251466719,
            "stop": 1251466721
        },
        {
            "start": 1251466726,
            "stop": 1251466728
        },
        {
            "start": 1251466733,
            "stop": 1251466745
        },
        {
            "start": 1251466750,
            "stop": 1251466800
        },
        {
            "start": 1251466804,
            "stop": 1251466867
        },
        {
            "start": 1251466872,
            "stop": 1251466927
        },
        {
            "start": 1251466932,
            "stop": 1251466963
        },
        {
            "start": 1251466966,
            "stop": 1251467022
        },
        {
            "start": 1251467026,
            "stop": 1251467042
        },
        {
            "start": 1251467046,
            "stop": 1251467065
        },
        {
            "start": 1251467070,
            "stop": 1251467118
        },
        {
            "start": 1251467126,
            "stop": 1251467287
        },
        {
            "start": 1251467291,
            "stop": 1251468030
        },
        {
            "start": 1251468035,
            "stop": 1251468398
        }
    ]
}