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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=226",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 227,
    "results": [
        {
            "start": 931502929,
            "stop": 931502936
        },
        {
            "start": 931502938,
            "stop": 931502944
        },
        {
            "start": 931502947,
            "stop": 931502949
        },
        {
            "start": 931502952,
            "stop": 931502961
        },
        {
            "start": 931502963,
            "stop": 931502968
        },
        {
            "start": 931502970,
            "stop": 931502973
        },
        {
            "start": 931502976,
            "stop": 931502979
        },
        {
            "start": 931502981,
            "stop": 931502998
        },
        {
            "start": 931503005,
            "stop": 931503006
        },
        {
            "start": 931503009,
            "stop": 931503019
        },
        {
            "start": 931503020,
            "stop": 931503028
        },
        {
            "start": 931503030,
            "stop": 931503032
        },
        {
            "start": 931503034,
            "stop": 931503035
        },
        {
            "start": 931503038,
            "stop": 931503040
        },
        {
            "start": 931503041,
            "stop": 931503047
        },
        {
            "start": 931503050,
            "stop": 931503055
        },
        {
            "start": 931503058,
            "stop": 931503068
        },
        {
            "start": 931503071,
            "stop": 931503077
        },
        {
            "start": 931503080,
            "stop": 931503089
        },
        {
            "start": 931503090,
            "stop": 931503092
        }
    ]
}