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=1722
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=1723",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1721",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1722,
    "results": [
        {
            "start": 958082723,
            "stop": 958085252
        },
        {
            "start": 958085254,
            "stop": 958086230
        },
        {
            "start": 958086232,
            "stop": 958087931
        },
        {
            "start": 958087933,
            "stop": 958088547
        },
        {
            "start": 958088549,
            "stop": 958088771
        },
        {
            "start": 958088773,
            "stop": 958089890
        },
        {
            "start": 958089892,
            "stop": 958090491
        },
        {
            "start": 958090493,
            "stop": 958090820
        },
        {
            "start": 958090822,
            "stop": 958091280
        },
        {
            "start": 958091282,
            "stop": 958092728
        },
        {
            "start": 958092730,
            "stop": 958092882
        },
        {
            "start": 958092884,
            "stop": 958093022
        },
        {
            "start": 958093024,
            "stop": 958096140
        },
        {
            "start": 958096142,
            "stop": 958096814
        },
        {
            "start": 958096815,
            "stop": 958096983
        },
        {
            "start": 958096985,
            "stop": 958097620
        },
        {
            "start": 958097622,
            "stop": 958098048
        },
        {
            "start": 958098050,
            "stop": 958100610
        },
        {
            "start": 958100613,
            "stop": 958100616
        },
        {
            "start": 958100618,
            "stop": 958100619
        }
    ]
}