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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3450",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3448",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3449,
    "results": [
        {
            "start": 969831521,
            "stop": 969831527
        },
        {
            "start": 969831647,
            "stop": 969831648
        },
        {
            "start": 969831651,
            "stop": 969831772
        },
        {
            "start": 969831775,
            "stop": 969831827
        },
        {
            "start": 969832013,
            "stop": 969832131
        },
        {
            "start": 969832134,
            "stop": 969832183
        },
        {
            "start": 969832184,
            "stop": 969832461
        },
        {
            "start": 969832464,
            "stop": 969832825
        },
        {
            "start": 969832967,
            "stop": 969833204
        },
        {
            "start": 969833267,
            "stop": 969833350
        },
        {
            "start": 969833371,
            "stop": 969833697
        },
        {
            "start": 969833700,
            "stop": 969833793
        },
        {
            "start": 969833797,
            "stop": 969833868
        },
        {
            "start": 969833871,
            "stop": 969834256
        },
        {
            "start": 969834272,
            "stop": 969834293
        },
        {
            "start": 969834296,
            "stop": 969834336
        },
        {
            "start": 969834587,
            "stop": 969834765
        },
        {
            "start": 969834768,
            "stop": 969834820
        },
        {
            "start": 969834831,
            "stop": 969834984
        },
        {
            "start": 969834987,
            "stop": 969835277
        }
    ]
}