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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6886",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6887,
    "results": [
        {
            "start": 873413985,
            "stop": 873414008
        },
        {
            "start": 873414011,
            "stop": 873414300
        },
        {
            "start": 873414363,
            "stop": 873414367
        },
        {
            "start": 873414370,
            "stop": 873414388
        },
        {
            "start": 873414513,
            "stop": 873414540
        },
        {
            "start": 873414543,
            "stop": 873414949
        },
        {
            "start": 873414952,
            "stop": 873415597
        },
        {
            "start": 873415600,
            "stop": 873415678
        },
        {
            "start": 873415681,
            "stop": 873415686
        },
        {
            "start": 873416234,
            "stop": 873416596
        },
        {
            "start": 873416599,
            "stop": 873416604
        },
        {
            "start": 873416808,
            "stop": 873417365
        },
        {
            "start": 873417369,
            "stop": 873417479
        },
        {
            "start": 873417483,
            "stop": 873419016
        },
        {
            "start": 873419019,
            "stop": 873419102
        },
        {
            "start": 873419106,
            "stop": 873419575
        },
        {
            "start": 873421565,
            "stop": 873421568
        },
        {
            "start": 873421572,
            "stop": 873421576
        },
        {
            "start": 873421577,
            "stop": 873421578
        },
        {
            "start": 873421579,
            "stop": 873421583
        }
    ]
}