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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1129",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1130,
    "results": [
        {
            "start": 949922153,
            "stop": 949923449
        },
        {
            "start": 949924554,
            "stop": 949924734
        },
        {
            "start": 949924736,
            "stop": 949924840
        },
        {
            "start": 949924842,
            "stop": 949924902
        },
        {
            "start": 949924903,
            "stop": 949924963
        },
        {
            "start": 949924965,
            "stop": 949925192
        },
        {
            "start": 949925194,
            "stop": 949925785
        },
        {
            "start": 949925787,
            "stop": 949926037
        },
        {
            "start": 949927492,
            "stop": 949930645
        },
        {
            "start": 949930647,
            "stop": 949931009
        },
        {
            "start": 949932975,
            "stop": 949933608
        },
        {
            "start": 949941394,
            "stop": 949941510
        },
        {
            "start": 949941512,
            "stop": 949941630
        },
        {
            "start": 949941632,
            "stop": 949942174
        },
        {
            "start": 949942176,
            "stop": 949942418
        },
        {
            "start": 949942420,
            "stop": 949942876
        },
        {
            "start": 949942878,
            "stop": 949943423
        },
        {
            "start": 949943425,
            "stop": 949945329
        },
        {
            "start": 949945330,
            "stop": 949945749
        },
        {
            "start": 949945751,
            "stop": 949949802
        }
    ]
}