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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=71",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 72,
    "results": [
        {
            "start": 931594113,
            "stop": 931594118
        },
        {
            "start": 931594127,
            "stop": 931594137
        },
        {
            "start": 931594143,
            "stop": 931594145
        },
        {
            "start": 931594152,
            "stop": 931594161
        },
        {
            "start": 931594175,
            "stop": 931594186
        },
        {
            "start": 931594193,
            "stop": 931594198
        },
        {
            "start": 931594205,
            "stop": 931594217
        },
        {
            "start": 931594224,
            "stop": 931594230
        },
        {
            "start": 931594237,
            "stop": 931594241
        },
        {
            "start": 931594248,
            "stop": 931594249
        },
        {
            "start": 931594256,
            "stop": 931594261
        },
        {
            "start": 931594268,
            "stop": 931594274
        },
        {
            "start": 931594287,
            "stop": 931594289
        },
        {
            "start": 931594309,
            "stop": 931594310
        },
        {
            "start": 931594323,
            "stop": 931594327
        },
        {
            "start": 931594341,
            "stop": 931594342
        },
        {
            "start": 931594393,
            "stop": 931594394
        },
        {
            "start": 931594401,
            "stop": 931594407
        },
        {
            "start": 931594429,
            "stop": 931594436
        },
        {
            "start": 931594443,
            "stop": 931594453
        }
    ]
}