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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=86",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 87,
    "results": [
        {
            "start": 931317370,
            "stop": 931317381
        },
        {
            "start": 931317383,
            "stop": 931317388
        },
        {
            "start": 931317390,
            "stop": 931317391
        },
        {
            "start": 931317397,
            "stop": 931317398
        },
        {
            "start": 931317400,
            "stop": 931317406
        },
        {
            "start": 931317408,
            "stop": 931317409
        },
        {
            "start": 931317412,
            "stop": 931317420
        },
        {
            "start": 931317423,
            "stop": 931317441
        },
        {
            "start": 931317444,
            "stop": 931317446
        },
        {
            "start": 931317449,
            "stop": 931317450
        },
        {
            "start": 931317455,
            "stop": 931317457
        },
        {
            "start": 931317461,
            "stop": 931317463
        },
        {
            "start": 931317465,
            "stop": 931317477
        },
        {
            "start": 931317483,
            "stop": 931317490
        },
        {
            "start": 931317493,
            "stop": 931317495
        },
        {
            "start": 931317499,
            "stop": 931317501
        },
        {
            "start": 931317504,
            "stop": 931317505
        },
        {
            "start": 931317515,
            "stop": 931317516
        },
        {
            "start": 931317525,
            "stop": 931317530
        },
        {
            "start": 931317532,
            "stop": 931317535
        }
    ]
}