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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16698",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16699,
    "results": [
        {
            "start": 874943922,
            "stop": 874943962
        },
        {
            "start": 874943963,
            "stop": 874943989
        },
        {
            "start": 874943991,
            "stop": 874944032
        },
        {
            "start": 874944034,
            "stop": 874944063
        },
        {
            "start": 874944065,
            "stop": 874944074
        },
        {
            "start": 874944075,
            "stop": 874944185
        },
        {
            "start": 874944187,
            "stop": 874944255
        },
        {
            "start": 874944257,
            "stop": 874944346
        },
        {
            "start": 874944347,
            "stop": 874944479
        },
        {
            "start": 874944481,
            "stop": 874944544
        },
        {
            "start": 874944546,
            "stop": 874944623
        },
        {
            "start": 874944625,
            "stop": 874944729
        },
        {
            "start": 874944731,
            "stop": 874944797
        },
        {
            "start": 874944799,
            "stop": 874944801
        },
        {
            "start": 874944802,
            "stop": 874944825
        },
        {
            "start": 874944827,
            "stop": 874944834
        },
        {
            "start": 874944839,
            "stop": 874944850
        },
        {
            "start": 874944851,
            "stop": 874944870
        },
        {
            "start": 874944872,
            "stop": 874944898
        },
        {
            "start": 874944899,
            "stop": 874944933
        }
    ]
}