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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5135",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5136,
    "results": [
        {
            "start": 873705061,
            "stop": 873705085
        },
        {
            "start": 873705093,
            "stop": 873705096
        },
        {
            "start": 873705106,
            "stop": 873705150
        },
        {
            "start": 873706807,
            "stop": 873706830
        },
        {
            "start": 873706837,
            "stop": 873706856
        },
        {
            "start": 873706867,
            "stop": 873706922
        },
        {
            "start": 873706929,
            "stop": 873706951
        },
        {
            "start": 873706962,
            "stop": 873706968
        },
        {
            "start": 873706983,
            "stop": 873707003
        },
        {
            "start": 873707010,
            "stop": 873707065
        },
        {
            "start": 873707072,
            "stop": 873707110
        },
        {
            "start": 873707117,
            "stop": 873707168
        },
        {
            "start": 873707178,
            "stop": 873707242
        },
        {
            "start": 873707254,
            "stop": 873707256
        },
        {
            "start": 873707269,
            "stop": 873707314
        },
        {
            "start": 873707322,
            "stop": 873707426
        },
        {
            "start": 873707437,
            "stop": 873707460
        },
        {
            "start": 873707467,
            "stop": 873707656
        },
        {
            "start": 873707664,
            "stop": 873707696
        },
        {
            "start": 873707704,
            "stop": 873707772
        }
    ]
}