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=1648
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=1649",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1647",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1648,
    "results": [
        {
            "start": 956314371,
            "stop": 956314408
        },
        {
            "start": 956316992,
            "stop": 956318593
        },
        {
            "start": 956318774,
            "stop": 956332992
        },
        {
            "start": 956341420,
            "stop": 956348396
        },
        {
            "start": 956368202,
            "stop": 956382862
        },
        {
            "start": 956383314,
            "stop": 956384422
        },
        {
            "start": 956384424,
            "stop": 956394536
        },
        {
            "start": 956396099,
            "stop": 956399516
        },
        {
            "start": 956399517,
            "stop": 956400171
        },
        {
            "start": 956400175,
            "stop": 956400247
        },
        {
            "start": 956400249,
            "stop": 956400546
        },
        {
            "start": 956400550,
            "stop": 956400581
        },
        {
            "start": 956400583,
            "stop": 956400877
        },
        {
            "start": 956400879,
            "stop": 956400888
        },
        {
            "start": 956400890,
            "stop": 956401169
        },
        {
            "start": 956403545,
            "stop": 956405158
        },
        {
            "start": 956405160,
            "stop": 956406467
        },
        {
            "start": 956406474,
            "stop": 956406485
        },
        {
            "start": 956406489,
            "stop": 956406501
        },
        {
            "start": 956406510,
            "stop": 956406527
        }
    ]
}