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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=310",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 311,
    "results": [
        {
            "start": 931772743,
            "stop": 931772766
        },
        {
            "start": 931772770,
            "stop": 931772772
        },
        {
            "start": 931772777,
            "stop": 931772779
        },
        {
            "start": 931772786,
            "stop": 931772793
        },
        {
            "start": 931772801,
            "stop": 931772806
        },
        {
            "start": 931772815,
            "stop": 931772838
        },
        {
            "start": 931772844,
            "stop": 931772854
        },
        {
            "start": 931772859,
            "stop": 931772864
        },
        {
            "start": 931772867,
            "stop": 931772874
        },
        {
            "start": 931772876,
            "stop": 931772880
        },
        {
            "start": 931772883,
            "stop": 931772887
        },
        {
            "start": 931772894,
            "stop": 931772902
        },
        {
            "start": 931772905,
            "stop": 931772919
        },
        {
            "start": 931772925,
            "stop": 931772927
        },
        {
            "start": 931772930,
            "stop": 931772944
        },
        {
            "start": 931772947,
            "stop": 931772950
        },
        {
            "start": 931772953,
            "stop": 931772962
        },
        {
            "start": 931772971,
            "stop": 931772974
        },
        {
            "start": 931772977,
            "stop": 931772981
        },
        {
            "start": 931772987,
            "stop": 931772989
        }
    ]
}