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=7018
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=7019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7017",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7018,
    "results": [
        {
            "start": 873963233,
            "stop": 873965294
        },
        {
            "start": 873965300,
            "stop": 873965994
        },
        {
            "start": 873965998,
            "stop": 873966440
        },
        {
            "start": 873966443,
            "stop": 873966928
        },
        {
            "start": 873966934,
            "stop": 873966948
        },
        {
            "start": 873966952,
            "stop": 873968790
        },
        {
            "start": 873970710,
            "stop": 873971360
        },
        {
            "start": 873971363,
            "stop": 873971519
        },
        {
            "start": 873971522,
            "stop": 873973801
        },
        {
            "start": 873973804,
            "stop": 873974209
        },
        {
            "start": 873974212,
            "stop": 873974957
        },
        {
            "start": 873974960,
            "stop": 873974963
        },
        {
            "start": 873974966,
            "stop": 873975106
        },
        {
            "start": 873975109,
            "stop": 873975243
        },
        {
            "start": 873975247,
            "stop": 873977089
        },
        {
            "start": 873977092,
            "stop": 873977416
        },
        {
            "start": 873977419,
            "stop": 873977634
        },
        {
            "start": 873977637,
            "stop": 873977638
        },
        {
            "start": 873977644,
            "stop": 873978345
        },
        {
            "start": 873978348,
            "stop": 873978356
        }
    ]
}