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=6937
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=6938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6936",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6937,
    "results": [
        {
            "start": 873723549,
            "stop": 873723564
        },
        {
            "start": 873723580,
            "stop": 873723585
        },
        {
            "start": 873723591,
            "stop": 873723622
        },
        {
            "start": 873723625,
            "stop": 873723626
        },
        {
            "start": 873723690,
            "stop": 873723717
        },
        {
            "start": 873723734,
            "stop": 873723751
        },
        {
            "start": 873723755,
            "stop": 873723775
        },
        {
            "start": 873723786,
            "stop": 873723793
        },
        {
            "start": 873723800,
            "stop": 873723811
        },
        {
            "start": 873723814,
            "stop": 873723825
        },
        {
            "start": 873723832,
            "stop": 873723851
        },
        {
            "start": 873723864,
            "stop": 873723868
        },
        {
            "start": 873723872,
            "stop": 873723882
        },
        {
            "start": 873723885,
            "stop": 873723896
        },
        {
            "start": 873723906,
            "stop": 873723940
        },
        {
            "start": 873723949,
            "stop": 873724029
        },
        {
            "start": 873724037,
            "stop": 873724047
        },
        {
            "start": 873724050,
            "stop": 873724065
        },
        {
            "start": 873724069,
            "stop": 873724096
        },
        {
            "start": 873724104,
            "stop": 873724123
        }
    ]
}