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=1190
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=1191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1189",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1190,
    "results": [
        {
            "start": 952964692,
            "stop": 952966862
        },
        {
            "start": 952966864,
            "stop": 952968780
        },
        {
            "start": 952968782,
            "stop": 952969577
        },
        {
            "start": 952969579,
            "stop": 952973863
        },
        {
            "start": 952973864,
            "stop": 952974339
        },
        {
            "start": 952986785,
            "stop": 952993154
        },
        {
            "start": 952993156,
            "stop": 952993178
        },
        {
            "start": 952993180,
            "stop": 952994747
        },
        {
            "start": 952994749,
            "stop": 952994966
        },
        {
            "start": 952994968,
            "stop": 952996809
        },
        {
            "start": 952996811,
            "stop": 953008748
        },
        {
            "start": 953008750,
            "stop": 953008932
        },
        {
            "start": 953008934,
            "stop": 953009415
        },
        {
            "start": 953009417,
            "stop": 953009535
        },
        {
            "start": 953009537,
            "stop": 953012612
        },
        {
            "start": 953012614,
            "stop": 953018500
        },
        {
            "start": 953018502,
            "stop": 953026255
        },
        {
            "start": 953026257,
            "stop": 953030936
        },
        {
            "start": 953030938,
            "stop": 953032578
        },
        {
            "start": 953036319,
            "stop": 953041895
        }
    ]
}