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=1705
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=1706",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1704",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1705,
    "results": [
        {
            "start": 1249061649,
            "stop": 1249061681
        },
        {
            "start": 1249061684,
            "stop": 1249062183
        },
        {
            "start": 1249062186,
            "stop": 1249062406
        },
        {
            "start": 1249062409,
            "stop": 1249062591
        },
        {
            "start": 1249062594,
            "stop": 1249062602
        },
        {
            "start": 1249062605,
            "stop": 1249062880
        },
        {
            "start": 1249062883,
            "stop": 1249063442
        },
        {
            "start": 1249063445,
            "stop": 1249063483
        },
        {
            "start": 1249063486,
            "stop": 1249063508
        },
        {
            "start": 1249063511,
            "stop": 1249063632
        },
        {
            "start": 1249063635,
            "stop": 1249063984
        },
        {
            "start": 1249063986,
            "stop": 1249064081
        },
        {
            "start": 1249064084,
            "stop": 1249064469
        },
        {
            "start": 1249064472,
            "stop": 1249065027
        },
        {
            "start": 1249065030,
            "stop": 1249065035
        },
        {
            "start": 1249065038,
            "stop": 1249065521
        },
        {
            "start": 1249065524,
            "stop": 1249065978
        },
        {
            "start": 1249065980,
            "stop": 1249066464
        },
        {
            "start": 1249066468,
            "stop": 1249066801
        },
        {
            "start": 1249066804,
            "stop": 1249067059
        }
    ]
}