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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=288",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 289,
    "results": [
        {
            "start": 818309836,
            "stop": 818310426
        },
        {
            "start": 818310477,
            "stop": 818310585
        },
        {
            "start": 818310615,
            "stop": 818310851
        },
        {
            "start": 818310870,
            "stop": 818310880
        },
        {
            "start": 818310933,
            "stop": 818310979
        },
        {
            "start": 818311037,
            "stop": 818311193
        },
        {
            "start": 818311242,
            "stop": 818311333
        },
        {
            "start": 818311353,
            "stop": 818311382
        },
        {
            "start": 818311408,
            "stop": 818311535
        },
        {
            "start": 818311579,
            "stop": 818311855
        },
        {
            "start": 818311882,
            "stop": 818312008
        },
        {
            "start": 818312045,
            "stop": 818312099
        },
        {
            "start": 818312130,
            "stop": 818312238
        },
        {
            "start": 818312391,
            "stop": 818312437
        },
        {
            "start": 818312460,
            "stop": 818312461
        },
        {
            "start": 818312580,
            "stop": 818312582
        },
        {
            "start": 818312614,
            "stop": 818312617
        },
        {
            "start": 818317449,
            "stop": 818317597
        },
        {
            "start": 818317638,
            "stop": 818317696
        },
        {
            "start": 818317724,
            "stop": 818317801
        }
    ]
}