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=399
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=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=398",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 399,
    "results": [
        {
            "start": 825943424,
            "stop": 825943428
        },
        {
            "start": 825943431,
            "stop": 825943434
        },
        {
            "start": 825943437,
            "stop": 825943438
        },
        {
            "start": 825943441,
            "stop": 825943444
        },
        {
            "start": 825943449,
            "stop": 825943458
        },
        {
            "start": 825943461,
            "stop": 825943464
        },
        {
            "start": 825943468,
            "stop": 825943478
        },
        {
            "start": 825943482,
            "stop": 825943483
        },
        {
            "start": 825943486,
            "stop": 825943491
        },
        {
            "start": 825943497,
            "stop": 825943512
        },
        {
            "start": 825943516,
            "stop": 825943518
        },
        {
            "start": 825943521,
            "stop": 825943525
        },
        {
            "start": 825943528,
            "stop": 825943540
        },
        {
            "start": 825943543,
            "stop": 825943550
        },
        {
            "start": 825943553,
            "stop": 825943562
        },
        {
            "start": 825943565,
            "stop": 825943590
        },
        {
            "start": 825943594,
            "stop": 825943620
        },
        {
            "start": 825943623,
            "stop": 825943658
        },
        {
            "start": 825943661,
            "stop": 825943697
        },
        {
            "start": 825943700,
            "stop": 825943709
        }
    ]
}