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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=200",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 201,
    "results": [
        {
            "start": 820854395,
            "stop": 820854405
        },
        {
            "start": 820856245,
            "stop": 820856833
        },
        {
            "start": 820856847,
            "stop": 820856848
        },
        {
            "start": 820857155,
            "stop": 820857443
        },
        {
            "start": 820857446,
            "stop": 820858027
        },
        {
            "start": 820858030,
            "stop": 820858076
        },
        {
            "start": 820859713,
            "stop": 820860062
        },
        {
            "start": 820860065,
            "stop": 820860309
        },
        {
            "start": 820860312,
            "stop": 820860463
        },
        {
            "start": 820860466,
            "stop": 820860733
        },
        {
            "start": 820861472,
            "stop": 820861557
        },
        {
            "start": 820862326,
            "stop": 820862385
        },
        {
            "start": 820862388,
            "stop": 820862639
        },
        {
            "start": 820862642,
            "stop": 820863606
        },
        {
            "start": 820863609,
            "stop": 820863721
        },
        {
            "start": 820865924,
            "stop": 820866313
        },
        {
            "start": 820866337,
            "stop": 820866338
        },
        {
            "start": 820866526,
            "stop": 820866644
        },
        {
            "start": 820866647,
            "stop": 820866793
        },
        {
            "start": 820866870,
            "stop": 820867031
        }
    ]
}