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=1719
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=1720",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1718",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1719,
    "results": [
        {
            "start": 958044669,
            "stop": 958044706
        },
        {
            "start": 958044707,
            "stop": 958044708
        },
        {
            "start": 958044709,
            "stop": 958044715
        },
        {
            "start": 958044717,
            "stop": 958044742
        },
        {
            "start": 958044744,
            "stop": 958044751
        },
        {
            "start": 958044756,
            "stop": 958044786
        },
        {
            "start": 958044787,
            "stop": 958044823
        },
        {
            "start": 958044825,
            "stop": 958044859
        },
        {
            "start": 958044861,
            "stop": 958044903
        },
        {
            "start": 958044907,
            "stop": 958044908
        },
        {
            "start": 958044910,
            "stop": 958044953
        },
        {
            "start": 958044957,
            "stop": 958044973
        },
        {
            "start": 958044974,
            "stop": 958044978
        },
        {
            "start": 958044986,
            "stop": 958044994
        },
        {
            "start": 958044997,
            "stop": 958045006
        },
        {
            "start": 958045008,
            "stop": 958045018
        },
        {
            "start": 958045019,
            "stop": 958045052
        },
        {
            "start": 958045054,
            "stop": 958045064
        },
        {
            "start": 958045069,
            "stop": 958045076
        },
        {
            "start": 958045079,
            "stop": 958045094
        }
    ]
}