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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=177",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 178,
    "results": [
        {
            "start": 931601237,
            "stop": 931601242
        },
        {
            "start": 931601247,
            "stop": 931601251
        },
        {
            "start": 931601254,
            "stop": 931601257
        },
        {
            "start": 931601259,
            "stop": 931601274
        },
        {
            "start": 931601277,
            "stop": 931601280
        },
        {
            "start": 931601283,
            "stop": 931601295
        },
        {
            "start": 931601297,
            "stop": 931601306
        },
        {
            "start": 931601310,
            "stop": 931601323
        },
        {
            "start": 931601327,
            "stop": 931601336
        },
        {
            "start": 931601339,
            "stop": 931601342
        },
        {
            "start": 931601344,
            "stop": 931601346
        },
        {
            "start": 931601353,
            "stop": 931601357
        },
        {
            "start": 931601360,
            "stop": 931601361
        },
        {
            "start": 931601364,
            "stop": 931601369
        },
        {
            "start": 931601374,
            "stop": 931601389
        },
        {
            "start": 931601392,
            "stop": 931601398
        },
        {
            "start": 931601401,
            "stop": 931601409
        },
        {
            "start": 931601411,
            "stop": 931601415
        },
        {
            "start": 931601418,
            "stop": 931601422
        },
        {
            "start": 931601437,
            "stop": 931601440
        }
    ]
}