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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1892",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1890",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1891,
    "results": [
        {
            "start": 1251296814,
            "stop": 1251297479
        },
        {
            "start": 1251297481,
            "stop": 1251300668
        },
        {
            "start": 1251300671,
            "stop": 1251300944
        },
        {
            "start": 1251300947,
            "stop": 1251301086
        },
        {
            "start": 1251301089,
            "stop": 1251301970
        },
        {
            "start": 1251301971,
            "stop": 1251301974
        },
        {
            "start": 1251301975,
            "stop": 1251301979
        },
        {
            "start": 1251301980,
            "stop": 1251301984
        },
        {
            "start": 1251301988,
            "stop": 1251302015
        },
        {
            "start": 1251302016,
            "stop": 1251302039
        },
        {
            "start": 1251302040,
            "stop": 1251302057
        },
        {
            "start": 1251302058,
            "stop": 1251302060
        },
        {
            "start": 1251302065,
            "stop": 1251302066
        },
        {
            "start": 1251302069,
            "stop": 1251302076
        },
        {
            "start": 1251302077,
            "stop": 1251302079
        },
        {
            "start": 1251302080,
            "stop": 1251302082
        },
        {
            "start": 1251302086,
            "stop": 1251302131
        },
        {
            "start": 1251302133,
            "stop": 1251302167
        },
        {
            "start": 1251302168,
            "stop": 1251302187
        },
        {
            "start": 1251302190,
            "stop": 1251302192
        }
    ]
}