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=372
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=373",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=371",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 372,
    "results": [
        {
            "start": 1240770478,
            "stop": 1240770591
        },
        {
            "start": 1240770592,
            "stop": 1240770598
        },
        {
            "start": 1240770599,
            "stop": 1240770610
        },
        {
            "start": 1240770615,
            "stop": 1240770636
        },
        {
            "start": 1240770637,
            "stop": 1240770639
        },
        {
            "start": 1240770642,
            "stop": 1240770665
        },
        {
            "start": 1240770666,
            "stop": 1240770670
        },
        {
            "start": 1240770671,
            "stop": 1240770672
        },
        {
            "start": 1240770675,
            "stop": 1240770684
        },
        {
            "start": 1240770685,
            "stop": 1240770687
        },
        {
            "start": 1240770689,
            "stop": 1240770705
        },
        {
            "start": 1240770706,
            "stop": 1240770709
        },
        {
            "start": 1240770710,
            "stop": 1240770754
        },
        {
            "start": 1240770755,
            "stop": 1240770788
        },
        {
            "start": 1240770789,
            "stop": 1240770844
        },
        {
            "start": 1240770845,
            "stop": 1240770846
        },
        {
            "start": 1240770848,
            "stop": 1240770849
        },
        {
            "start": 1240770851,
            "stop": 1240770897
        },
        {
            "start": 1240770898,
            "stop": 1240770900
        },
        {
            "start": 1240770903,
            "stop": 1240770917
        }
    ]
}