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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=363",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 364,
    "results": [
        {
            "start": 1240749232,
            "stop": 1240749437
        },
        {
            "start": 1240749445,
            "stop": 1240749484
        },
        {
            "start": 1240749485,
            "stop": 1240749972
        },
        {
            "start": 1240749973,
            "stop": 1240750008
        },
        {
            "start": 1240750010,
            "stop": 1240750025
        },
        {
            "start": 1240750026,
            "stop": 1240750051
        },
        {
            "start": 1240750053,
            "stop": 1240750088
        },
        {
            "start": 1240750089,
            "stop": 1240750558
        },
        {
            "start": 1240750561,
            "stop": 1240750640
        },
        {
            "start": 1240750642,
            "stop": 1240750694
        },
        {
            "start": 1240750696,
            "stop": 1240751321
        },
        {
            "start": 1240751322,
            "stop": 1240751448
        },
        {
            "start": 1240751450,
            "stop": 1240751553
        },
        {
            "start": 1240751556,
            "stop": 1240751678
        },
        {
            "start": 1240751681,
            "stop": 1240751698
        },
        {
            "start": 1240751699,
            "stop": 1240751729
        },
        {
            "start": 1240751731,
            "stop": 1240751745
        },
        {
            "start": 1240751746,
            "stop": 1240751757
        },
        {
            "start": 1240751758,
            "stop": 1240751818
        },
        {
            "start": 1240751820,
            "stop": 1240752159
        }
    ]
}