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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 130,
    "results": [
        {
            "start": 1372611790,
            "stop": 1372611872
        },
        {
            "start": 1372611873,
            "stop": 1372615433
        },
        {
            "start": 1372615436,
            "stop": 1372615522
        },
        {
            "start": 1372615524,
            "stop": 1372617404
        },
        {
            "start": 1372617406,
            "stop": 1372618858
        },
        {
            "start": 1372633196,
            "stop": 1372633251
        },
        {
            "start": 1372633253,
            "stop": 1372633478
        },
        {
            "start": 1372633481,
            "stop": 1372634482
        },
        {
            "start": 1372634486,
            "stop": 1372635745
        },
        {
            "start": 1372635750,
            "stop": 1372636919
        },
        {
            "start": 1372636922,
            "stop": 1372637559
        },
        {
            "start": 1372637562,
            "stop": 1372637886
        },
        {
            "start": 1372637889,
            "stop": 1372638224
        },
        {
            "start": 1372638225,
            "stop": 1372638340
        },
        {
            "start": 1372638342,
            "stop": 1372638519
        },
        {
            "start": 1372638520,
            "stop": 1372638525
        },
        {
            "start": 1372638529,
            "stop": 1372638732
        },
        {
            "start": 1372638735,
            "stop": 1372639098
        },
        {
            "start": 1372639103,
            "stop": 1372639522
        },
        {
            "start": 1372639527,
            "stop": 1372639956
        }
    ]
}