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=14085
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=14086",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14084",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14085,
    "results": [
        {
            "start": 971157711,
            "stop": 971157717
        },
        {
            "start": 971157719,
            "stop": 971157726
        },
        {
            "start": 971157731,
            "stop": 971157732
        },
        {
            "start": 971157742,
            "stop": 971157745
        },
        {
            "start": 971157746,
            "stop": 971157753
        },
        {
            "start": 971157756,
            "stop": 971157758
        },
        {
            "start": 971157759,
            "stop": 971157766
        },
        {
            "start": 971157767,
            "stop": 971157770
        },
        {
            "start": 971157772,
            "stop": 971157773
        },
        {
            "start": 971157776,
            "stop": 971157777
        },
        {
            "start": 971157781,
            "stop": 971157785
        },
        {
            "start": 971157786,
            "stop": 971157789
        },
        {
            "start": 971157791,
            "stop": 971157792
        },
        {
            "start": 971157795,
            "stop": 971157797
        },
        {
            "start": 971157804,
            "stop": 971157805
        },
        {
            "start": 971157807,
            "stop": 971157810
        },
        {
            "start": 971157815,
            "stop": 971157816
        },
        {
            "start": 971157821,
            "stop": 971157822
        },
        {
            "start": 971157824,
            "stop": 971157825
        },
        {
            "start": 971157827,
            "stop": 971157833
        }
    ]
}