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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3007",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3008,
    "results": [
        {
            "start": 862716060,
            "stop": 862716150
        },
        {
            "start": 862716210,
            "stop": 862716230
        },
        {
            "start": 862716708,
            "stop": 862716944
        },
        {
            "start": 862716947,
            "stop": 862717304
        },
        {
            "start": 862717485,
            "stop": 862732033
        },
        {
            "start": 862734309,
            "stop": 862734535
        },
        {
            "start": 862734538,
            "stop": 862737313
        },
        {
            "start": 862737316,
            "stop": 862749780
        },
        {
            "start": 862749840,
            "stop": 862751340
        },
        {
            "start": 862751400,
            "stop": 862756710
        },
        {
            "start": 862756715,
            "stop": 862756745
        },
        {
            "start": 862756750,
            "stop": 862756762
        },
        {
            "start": 862756768,
            "stop": 862756785
        },
        {
            "start": 862756790,
            "stop": 862756800
        },
        {
            "start": 862756860,
            "stop": 862759860
        },
        {
            "start": 862759920,
            "stop": 862760640
        },
        {
            "start": 862760760,
            "stop": 862762888
        },
        {
            "start": 862762895,
            "stop": 862763069
        },
        {
            "start": 862763072,
            "stop": 862764360
        },
        {
            "start": 862764420,
            "stop": 862764960
        }
    ]
}