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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7021",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7022,
    "results": [
        {
            "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": 873996253
        },
        {
            "start": 873996256,
            "stop": 873996392
        },
        {
            "start": 873996395,
            "stop": 873996705
        },
        {
            "start": 873996708,
            "stop": 873997196
        },
        {
            "start": 873997199,
            "stop": 873997285
        },
        {
            "start": 873997288,
            "stop": 873997368
        },
        {
            "start": 873997371,
            "stop": 874001854
        },
        {
            "start": 874001857,
            "stop": 874001894
        },
        {
            "start": 874001897,
            "stop": 874004168
        },
        {
            "start": 874004364,
            "stop": 874005484
        },
        {
            "start": 874005703,
            "stop": 874005932
        },
        {
            "start": 874005935,
            "stop": 874006130
        },
        {
            "start": 874006134,
            "stop": 874006936
        }
    ]
}