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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1588",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1586",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1587,
    "results": [
        {
            "start": 952971550,
            "stop": 952972788
        },
        {
            "start": 952972790,
            "stop": 952973863
        },
        {
            "start": 952973864,
            "stop": 952974319
        },
        {
            "start": 952974321,
            "stop": 952974324
        },
        {
            "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": 953012599
        },
        {
            "start": 953020759,
            "stop": 953020886
        },
        {
            "start": 953036319,
            "stop": 953041895
        },
        {
            "start": 953041897,
            "stop": 953041932
        },
        {
            "start": 953043113,
            "stop": 953043189
        },
        {
            "start": 953043191,
            "stop": 953043199
        },
        {
            "start": 953043207,
            "stop": 953043215
        }
    ]
}