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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2139",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2140,
    "results": [
        {
            "start": 872259336,
            "stop": 872259446
        },
        {
            "start": 872259463,
            "stop": 872259588
        },
        {
            "start": 872259605,
            "stop": 872259624
        },
        {
            "start": 872259659,
            "stop": 872259675
        },
        {
            "start": 872259738,
            "stop": 872259771
        },
        {
            "start": 872259814,
            "stop": 872259815
        },
        {
            "start": 872259865,
            "stop": 872259975
        },
        {
            "start": 872260013,
            "stop": 872260018
        },
        {
            "start": 872260628,
            "stop": 872260652
        },
        {
            "start": 872260686,
            "stop": 872260710
        },
        {
            "start": 872260735,
            "stop": 872260750
        },
        {
            "start": 872260767,
            "stop": 872260769
        },
        {
            "start": 872260866,
            "stop": 872260875
        },
        {
            "start": 872260896,
            "stop": 872260905
        },
        {
            "start": 872260939,
            "stop": 872260942
        },
        {
            "start": 872260960,
            "stop": 872260962
        },
        {
            "start": 872260979,
            "stop": 872260996
        },
        {
            "start": 872261013,
            "stop": 872261032
        },
        {
            "start": 872261052,
            "stop": 872261060
        },
        {
            "start": 872261077,
            "stop": 872261085
        }
    ]
}