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=3888
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=3889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3887",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3888,
    "results": [
        {
            "start": 873994664,
            "stop": 873994718
        },
        {
            "start": 873994721,
            "stop": 873994725
        },
        {
            "start": 873994739,
            "stop": 873994740
        },
        {
            "start": 873994743,
            "stop": 873994746
        },
        {
            "start": 873994749,
            "stop": 873994750
        },
        {
            "start": 873994753,
            "stop": 873994824
        },
        {
            "start": 873994827,
            "stop": 873994845
        },
        {
            "start": 873994848,
            "stop": 873994885
        },
        {
            "start": 873994888,
            "stop": 873994890
        },
        {
            "start": 873994893,
            "stop": 873995179
        },
        {
            "start": 873995185,
            "stop": 873995351
        },
        {
            "start": 873995354,
            "stop": 873997196
        },
        {
            "start": 873997199,
            "stop": 873997285
        },
        {
            "start": 873997288,
            "stop": 873997368
        },
        {
            "start": 873997371,
            "stop": 874001854
        },
        {
            "start": 874001857,
            "stop": 874001894
        },
        {
            "start": 874001897,
            "stop": 874005485
        },
        {
            "start": 874005703,
            "stop": 874007000
        },
        {
            "start": 874007003,
            "stop": 874011493
        },
        {
            "start": 874011496,
            "stop": 874011517
        }
    ]
}