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=1574
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=1575",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1573",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1574,
    "results": [
        {
            "start": 952607014,
            "stop": 952607220
        },
        {
            "start": 952607222,
            "stop": 952607264
        },
        {
            "start": 952607266,
            "stop": 952607295
        },
        {
            "start": 952609656,
            "stop": 952623739
        },
        {
            "start": 952623741,
            "stop": 952623884
        },
        {
            "start": 952623887,
            "stop": 952625610
        },
        {
            "start": 952625611,
            "stop": 952627100
        },
        {
            "start": 952627103,
            "stop": 952627720
        },
        {
            "start": 952627722,
            "stop": 952628622
        },
        {
            "start": 952628624,
            "stop": 952628895
        },
        {
            "start": 952639982,
            "stop": 952640105
        },
        {
            "start": 952640107,
            "stop": 952640884
        },
        {
            "start": 952640886,
            "stop": 952641705
        },
        {
            "start": 952641707,
            "stop": 952641855
        },
        {
            "start": 952641857,
            "stop": 952641893
        },
        {
            "start": 952642235,
            "stop": 952642639
        },
        {
            "start": 952642641,
            "stop": 952649087
        },
        {
            "start": 952649089,
            "stop": 952652028
        },
        {
            "start": 952652030,
            "stop": 952652629
        },
        {
            "start": 952652631,
            "stop": 952658502
        }
    ]
}