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=7132
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=7133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7131",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7132,
    "results": [
        {
            "start": 874806010,
            "stop": 874806112
        },
        {
            "start": 874806116,
            "stop": 874806660
        },
        {
            "start": 874806723,
            "stop": 874806729
        },
        {
            "start": 874806732,
            "stop": 874806810
        },
        {
            "start": 874808192,
            "stop": 874808274
        },
        {
            "start": 874808281,
            "stop": 874808345
        },
        {
            "start": 874808350,
            "stop": 874808817
        },
        {
            "start": 874808821,
            "stop": 874808939
        },
        {
            "start": 874808942,
            "stop": 874809557
        },
        {
            "start": 874809563,
            "stop": 874809691
        },
        {
            "start": 874809694,
            "stop": 874809772
        },
        {
            "start": 874809776,
            "stop": 874809813
        },
        {
            "start": 874809816,
            "stop": 874809825
        },
        {
            "start": 874809829,
            "stop": 874810234
        },
        {
            "start": 874810238,
            "stop": 874810349
        },
        {
            "start": 874810353,
            "stop": 874810657
        },
        {
            "start": 874810661,
            "stop": 874810821
        },
        {
            "start": 874810824,
            "stop": 874811179
        },
        {
            "start": 874811182,
            "stop": 874811188
        },
        {
            "start": 874811191,
            "stop": 874811277
        }
    ]
}