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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=147",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 148,
    "results": [
        {
            "start": 818076716,
            "stop": 818076718
        },
        {
            "start": 818076723,
            "stop": 818076725
        },
        {
            "start": 818076730,
            "stop": 818076731
        },
        {
            "start": 818076734,
            "stop": 818076738
        },
        {
            "start": 818076744,
            "stop": 818076745
        },
        {
            "start": 818076748,
            "stop": 818076754
        },
        {
            "start": 818076757,
            "stop": 818076759
        },
        {
            "start": 818076781,
            "stop": 818076788
        },
        {
            "start": 818076804,
            "stop": 818076809
        },
        {
            "start": 818076813,
            "stop": 818076821
        },
        {
            "start": 818076824,
            "stop": 818076828
        },
        {
            "start": 818076834,
            "stop": 818076835
        },
        {
            "start": 818076848,
            "stop": 818076849
        },
        {
            "start": 818076852,
            "stop": 818076855
        },
        {
            "start": 818076858,
            "stop": 818076861
        },
        {
            "start": 818076864,
            "stop": 818076867
        },
        {
            "start": 818076875,
            "stop": 818076876
        },
        {
            "start": 818076881,
            "stop": 818076885
        },
        {
            "start": 818076888,
            "stop": 818076890
        },
        {
            "start": 818076894,
            "stop": 818076903
        }
    ]
}