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=1630
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=1631",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1629",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1630,
    "results": [
        {
            "start": 955368576,
            "stop": 955368619
        },
        {
            "start": 955368621,
            "stop": 955368631
        },
        {
            "start": 955368633,
            "stop": 955368634
        },
        {
            "start": 955368636,
            "stop": 955368683
        },
        {
            "start": 955368685,
            "stop": 955368725
        },
        {
            "start": 955368727,
            "stop": 955368756
        },
        {
            "start": 955368757,
            "stop": 955368763
        },
        {
            "start": 955368765,
            "stop": 955368772
        },
        {
            "start": 955368774,
            "stop": 955368778
        },
        {
            "start": 955368780,
            "stop": 955368786
        },
        {
            "start": 955368788,
            "stop": 955368809
        },
        {
            "start": 955368811,
            "stop": 955368838
        },
        {
            "start": 955368840,
            "stop": 955368850
        },
        {
            "start": 955368852,
            "stop": 955368865
        },
        {
            "start": 955368867,
            "stop": 955368870
        },
        {
            "start": 955368871,
            "stop": 955368903
        },
        {
            "start": 955368905,
            "stop": 955368907
        },
        {
            "start": 955368909,
            "stop": 955368911
        },
        {
            "start": 955368913,
            "stop": 955368930
        },
        {
            "start": 955368932,
            "stop": 955368950
        }
    ]
}