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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=550",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=548",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 549,
    "results": [
        {
            "start": 871761648,
            "stop": 871764100
        },
        {
            "start": 871764108,
            "stop": 871764120
        },
        {
            "start": 871764125,
            "stop": 871764720
        },
        {
            "start": 871764780,
            "stop": 871765350
        },
        {
            "start": 871766991,
            "stop": 871767713
        },
        {
            "start": 871767716,
            "stop": 871767720
        },
        {
            "start": 871767780,
            "stop": 871788960
        },
        {
            "start": 871789020,
            "stop": 871791565
        },
        {
            "start": 871791570,
            "stop": 871803290
        },
        {
            "start": 871803614,
            "stop": 871818821
        },
        {
            "start": 871819050,
            "stop": 871832115
        },
        {
            "start": 871832123,
            "stop": 871832135
        },
        {
            "start": 871832143,
            "stop": 871834392
        },
        {
            "start": 871834395,
            "stop": 871836310
        },
        {
            "start": 871836315,
            "stop": 871836600
        },
        {
            "start": 871836660,
            "stop": 871837500
        },
        {
            "start": 871837560,
            "stop": 871837571
        },
        {
            "start": 871837576,
            "stop": 871837580
        },
        {
            "start": 871837584,
            "stop": 871837595
        },
        {
            "start": 871837603,
            "stop": 871838217
        }
    ]
}