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_CAT4/segments?format=api&page=14095
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14096",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14094",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14095,
    "results": [
        {
            "start": 971158714,
            "stop": 971158715
        },
        {
            "start": 971158721,
            "stop": 971158722
        },
        {
            "start": 971158725,
            "stop": 971158726
        },
        {
            "start": 971158728,
            "stop": 971158732
        },
        {
            "start": 971158734,
            "stop": 971158735
        },
        {
            "start": 971158737,
            "stop": 971158738
        },
        {
            "start": 971158739,
            "stop": 971158740
        },
        {
            "start": 971158742,
            "stop": 971158745
        },
        {
            "start": 971158748,
            "stop": 971158749
        },
        {
            "start": 971158752,
            "stop": 971158753
        },
        {
            "start": 971158756,
            "stop": 971158757
        },
        {
            "start": 971158759,
            "stop": 971158760
        },
        {
            "start": 971158766,
            "stop": 971158767
        },
        {
            "start": 971158769,
            "stop": 971158771
        },
        {
            "start": 971158773,
            "stop": 971158775
        },
        {
            "start": 971158776,
            "stop": 971158778
        },
        {
            "start": 971158779,
            "stop": 971158794
        },
        {
            "start": 971158796,
            "stop": 971158797
        },
        {
            "start": 971158798,
            "stop": 971158801
        },
        {
            "start": 971158802,
            "stop": 971158804
        }
    ]
}