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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=240",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 241,
    "results": [
        {
            "start": 931463275,
            "stop": 931463286
        },
        {
            "start": 931463289,
            "stop": 931463292
        },
        {
            "start": 931463294,
            "stop": 931463314
        },
        {
            "start": 931463316,
            "stop": 931463339
        },
        {
            "start": 931463341,
            "stop": 931463354
        },
        {
            "start": 931463356,
            "stop": 931463364
        },
        {
            "start": 931463366,
            "stop": 931463375
        },
        {
            "start": 931463377,
            "stop": 931463396
        },
        {
            "start": 931463398,
            "stop": 931463413
        },
        {
            "start": 931463415,
            "stop": 931463428
        },
        {
            "start": 931463431,
            "stop": 931463439
        },
        {
            "start": 931463442,
            "stop": 931463454
        },
        {
            "start": 931463456,
            "stop": 931463462
        },
        {
            "start": 931463466,
            "stop": 931463498
        },
        {
            "start": 931463504,
            "stop": 931463508
        },
        {
            "start": 931463510,
            "stop": 931463511
        },
        {
            "start": 931463513,
            "stop": 931463517
        },
        {
            "start": 931463519,
            "stop": 931463529
        },
        {
            "start": 931463531,
            "stop": 931463556
        },
        {
            "start": 931463558,
            "stop": 931463573
        }
    ]
}