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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=240",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 241,
    "results": [
        {
            "start": 931463214,
            "stop": 931463215
        },
        {
            "start": 931463217,
            "stop": 931463218
        },
        {
            "start": 931463222,
            "stop": 931463239
        },
        {
            "start": 931463241,
            "stop": 931463266
        },
        {
            "start": 931463268,
            "stop": 931463273
        },
        {
            "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
        }
    ]
}