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=4009
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=4010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4008",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4009,
    "results": [
        {
            "start": 874911075,
            "stop": 874911083
        },
        {
            "start": 874911086,
            "stop": 874911089
        },
        {
            "start": 874911092,
            "stop": 874911126
        },
        {
            "start": 874911129,
            "stop": 874911139
        },
        {
            "start": 874911142,
            "stop": 874911415
        },
        {
            "start": 874911418,
            "stop": 874911435
        },
        {
            "start": 874911444,
            "stop": 874911455
        },
        {
            "start": 874911458,
            "stop": 874911630
        },
        {
            "start": 874911633,
            "stop": 874911642
        },
        {
            "start": 874911645,
            "stop": 874911654
        },
        {
            "start": 874911657,
            "stop": 874911741
        },
        {
            "start": 874911744,
            "stop": 874911811
        },
        {
            "start": 874911819,
            "stop": 874911837
        },
        {
            "start": 874911840,
            "stop": 874911843
        },
        {
            "start": 874911855,
            "stop": 874911904
        },
        {
            "start": 874911908,
            "stop": 874911916
        },
        {
            "start": 874911921,
            "stop": 874911932
        },
        {
            "start": 874911938,
            "stop": 874911941
        },
        {
            "start": 874911946,
            "stop": 874911963
        },
        {
            "start": 874911972,
            "stop": 874912069
        }
    ]
}