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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40896",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40897,
    "results": [
        {
            "start": 875083555,
            "stop": 875083570
        },
        {
            "start": 875083571,
            "stop": 875083655
        },
        {
            "start": 875083656,
            "stop": 875083686
        },
        {
            "start": 875083687,
            "stop": 875083740
        },
        {
            "start": 875083920,
            "stop": 875083975
        },
        {
            "start": 875083976,
            "stop": 875084040
        },
        {
            "start": 875084220,
            "stop": 875084230
        },
        {
            "start": 875084231,
            "stop": 875084266
        },
        {
            "start": 875084267,
            "stop": 875084280
        },
        {
            "start": 875084340,
            "stop": 875084358
        },
        {
            "start": 875084359,
            "stop": 875084444
        },
        {
            "start": 875084445,
            "stop": 875084460
        },
        {
            "start": 875084461,
            "stop": 875084547
        },
        {
            "start": 875084549,
            "stop": 875084580
        },
        {
            "start": 875084640,
            "stop": 875084694
        },
        {
            "start": 875084695,
            "stop": 875084696
        },
        {
            "start": 875084697,
            "stop": 875084705
        },
        {
            "start": 875084709,
            "stop": 875084729
        },
        {
            "start": 875084730,
            "stop": 875084753
        },
        {
            "start": 875084754,
            "stop": 875084778
        }
    ]
}