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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=292",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 293,
    "results": [
        {
            "start": 931768675,
            "stop": 931768678
        },
        {
            "start": 931768681,
            "stop": 931768683
        },
        {
            "start": 931768686,
            "stop": 931768693
        },
        {
            "start": 931768696,
            "stop": 931768726
        },
        {
            "start": 931768729,
            "stop": 931768732
        },
        {
            "start": 931768735,
            "stop": 931768742
        },
        {
            "start": 931768745,
            "stop": 931768747
        },
        {
            "start": 931768750,
            "stop": 931768761
        },
        {
            "start": 931768764,
            "stop": 931768768
        },
        {
            "start": 931768770,
            "stop": 931768784
        },
        {
            "start": 931768786,
            "stop": 931768795
        },
        {
            "start": 931768802,
            "stop": 931768821
        },
        {
            "start": 931768824,
            "stop": 931768830
        },
        {
            "start": 931768835,
            "stop": 931768839
        },
        {
            "start": 931768843,
            "stop": 931768857
        },
        {
            "start": 931768860,
            "stop": 931768877
        },
        {
            "start": 931768879,
            "stop": 931768883
        },
        {
            "start": 931768886,
            "stop": 931768897
        },
        {
            "start": 931768900,
            "stop": 931768906
        },
        {
            "start": 931768909,
            "stop": 931768911
        }
    ]
}