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=5330
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=5331",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5329",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5330,
    "results": [
        {
            "start": 1136540813,
            "stop": 1136540828
        },
        {
            "start": 1136540830,
            "stop": 1136540876
        },
        {
            "start": 1136540878,
            "stop": 1136540908
        },
        {
            "start": 1136540910,
            "stop": 1136541498
        },
        {
            "start": 1136541500,
            "stop": 1136541526
        },
        {
            "start": 1136541528,
            "stop": 1136541652
        },
        {
            "start": 1136541654,
            "stop": 1136541664
        },
        {
            "start": 1136541666,
            "stop": 1136541703
        },
        {
            "start": 1136541705,
            "stop": 1136542021
        },
        {
            "start": 1136542023,
            "stop": 1136542038
        },
        {
            "start": 1136542040,
            "stop": 1136542058
        },
        {
            "start": 1136542060,
            "stop": 1136542073
        },
        {
            "start": 1136542075,
            "stop": 1136542117
        },
        {
            "start": 1136542119,
            "stop": 1136542276
        },
        {
            "start": 1136542278,
            "stop": 1136542354
        },
        {
            "start": 1136542356,
            "stop": 1136542381
        },
        {
            "start": 1136542383,
            "stop": 1136542426
        },
        {
            "start": 1136542428,
            "stop": 1136542462
        },
        {
            "start": 1136542464,
            "stop": 1136542511
        },
        {
            "start": 1136543869,
            "stop": 1136543951
        }
    ]
}