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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=250",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 251,
    "results": [
        {
            "start": 931678754,
            "stop": 931678758
        },
        {
            "start": 931678761,
            "stop": 931678766
        },
        {
            "start": 931678773,
            "stop": 931678774
        },
        {
            "start": 931678777,
            "stop": 931678779
        },
        {
            "start": 931678785,
            "stop": 931678786
        },
        {
            "start": 931678788,
            "stop": 931678790
        },
        {
            "start": 931678799,
            "stop": 931678800
        },
        {
            "start": 931678805,
            "stop": 931678806
        },
        {
            "start": 931678812,
            "stop": 931678813
        },
        {
            "start": 931678822,
            "stop": 931678823
        },
        {
            "start": 931678826,
            "stop": 931678827
        },
        {
            "start": 931678830,
            "stop": 931678832
        },
        {
            "start": 931678837,
            "stop": 931678842
        },
        {
            "start": 931678848,
            "stop": 931678853
        },
        {
            "start": 931678861,
            "stop": 931678863
        },
        {
            "start": 931678866,
            "stop": 931678903
        },
        {
            "start": 931678906,
            "stop": 931678909
        },
        {
            "start": 931678915,
            "stop": 931678919
        },
        {
            "start": 931678922,
            "stop": 931678926
        },
        {
            "start": 931678929,
            "stop": 931678931
        }
    ]
}