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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8935",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8936,
    "results": [
        {
            "start": 873601648,
            "stop": 873601672
        },
        {
            "start": 873601697,
            "stop": 873601925
        },
        {
            "start": 873601947,
            "stop": 873602018
        },
        {
            "start": 873602191,
            "stop": 873602365
        },
        {
            "start": 873602389,
            "stop": 873602399
        },
        {
            "start": 873602418,
            "stop": 873602429
        },
        {
            "start": 873602448,
            "stop": 873602461
        },
        {
            "start": 873602493,
            "stop": 873602653
        },
        {
            "start": 873602672,
            "stop": 873602685
        },
        {
            "start": 873602704,
            "stop": 873603375
        },
        {
            "start": 873603394,
            "stop": 873603930
        },
        {
            "start": 873603949,
            "stop": 873604165
        },
        {
            "start": 873604184,
            "stop": 873604228
        },
        {
            "start": 873604247,
            "stop": 873604253
        },
        {
            "start": 873604272,
            "stop": 873604288
        },
        {
            "start": 873604339,
            "stop": 873604344
        },
        {
            "start": 873604380,
            "stop": 873604399
        },
        {
            "start": 873604418,
            "stop": 873604421
        },
        {
            "start": 873604454,
            "stop": 873604473
        },
        {
            "start": 873604504,
            "stop": 873604506
        }
    ]
}