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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4541",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4539",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4540,
    "results": [
        {
            "start": 968679394,
            "stop": 968679396
        },
        {
            "start": 968679399,
            "stop": 968679416
        },
        {
            "start": 968679420,
            "stop": 968679427
        },
        {
            "start": 968680215,
            "stop": 968680254
        },
        {
            "start": 968680256,
            "stop": 968680262
        },
        {
            "start": 968680263,
            "stop": 968680283
        },
        {
            "start": 968680286,
            "stop": 968680533
        },
        {
            "start": 968680536,
            "stop": 968680544
        },
        {
            "start": 968680549,
            "stop": 968680606
        },
        {
            "start": 968680609,
            "stop": 968680751
        },
        {
            "start": 968680754,
            "stop": 968681304
        },
        {
            "start": 968681307,
            "stop": 968681312
        },
        {
            "start": 968681315,
            "stop": 968682225
        },
        {
            "start": 968682242,
            "stop": 968682485
        },
        {
            "start": 968682488,
            "stop": 968683009
        },
        {
            "start": 968683012,
            "stop": 968683102
        },
        {
            "start": 968683105,
            "stop": 968683324
        },
        {
            "start": 968683328,
            "stop": 968683336
        },
        {
            "start": 968683341,
            "stop": 968683411
        },
        {
            "start": 968683418,
            "stop": 968683427
        }
    ]
}