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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=194",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 195,
    "results": [
        {
            "start": 1126819639,
            "stop": 1126819653
        },
        {
            "start": 1126819654,
            "stop": 1126819665
        },
        {
            "start": 1126819668,
            "stop": 1126819679
        },
        {
            "start": 1126819682,
            "stop": 1126819683
        },
        {
            "start": 1126819686,
            "stop": 1126819697
        },
        {
            "start": 1126819698,
            "stop": 1126819751
        },
        {
            "start": 1126819752,
            "stop": 1126819790
        },
        {
            "start": 1126819791,
            "stop": 1126819816
        },
        {
            "start": 1126819818,
            "stop": 1126819827
        },
        {
            "start": 1126819828,
            "stop": 1126819868
        },
        {
            "start": 1126819869,
            "stop": 1126819872
        },
        {
            "start": 1126819874,
            "stop": 1126819878
        },
        {
            "start": 1126819880,
            "stop": 1126819901
        },
        {
            "start": 1126819907,
            "stop": 1126819909
        },
        {
            "start": 1126819911,
            "stop": 1126819915
        },
        {
            "start": 1126819917,
            "stop": 1126819955
        },
        {
            "start": 1126819957,
            "stop": 1126819966
        },
        {
            "start": 1126819968,
            "stop": 1126819973
        },
        {
            "start": 1126819975,
            "stop": 1126820020
        },
        {
            "start": 1126820021,
            "stop": 1126820064
        }
    ]
}