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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5132",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5130",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5131,
    "results": [
        {
            "start": 1135977185,
            "stop": 1135977292
        },
        {
            "start": 1135977294,
            "stop": 1135977482
        },
        {
            "start": 1135977484,
            "stop": 1135977839
        },
        {
            "start": 1135977841,
            "stop": 1135977928
        },
        {
            "start": 1135977930,
            "stop": 1135978117
        },
        {
            "start": 1135978119,
            "stop": 1135978318
        },
        {
            "start": 1135978320,
            "stop": 1135978537
        },
        {
            "start": 1135978539,
            "stop": 1135978550
        },
        {
            "start": 1135978552,
            "stop": 1135978774
        },
        {
            "start": 1135978776,
            "stop": 1135978882
        },
        {
            "start": 1135978884,
            "stop": 1135978895
        },
        {
            "start": 1135978897,
            "stop": 1135978912
        },
        {
            "start": 1135978913,
            "stop": 1135978923
        },
        {
            "start": 1135978925,
            "stop": 1135978940
        },
        {
            "start": 1135978942,
            "stop": 1135979025
        },
        {
            "start": 1135979027,
            "stop": 1135979068
        },
        {
            "start": 1135979070,
            "stop": 1135979112
        },
        {
            "start": 1135979114,
            "stop": 1135979423
        },
        {
            "start": 1135979425,
            "stop": 1135979563
        },
        {
            "start": 1135979565,
            "stop": 1135979638
        }
    ]
}