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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5024",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5025,
    "results": [
        {
            "start": 872470934,
            "stop": 872471026
        },
        {
            "start": 872471063,
            "stop": 872471181
        },
        {
            "start": 872471217,
            "stop": 872471873
        },
        {
            "start": 872471909,
            "stop": 872472255
        },
        {
            "start": 872472291,
            "stop": 872472351
        },
        {
            "start": 872472387,
            "stop": 872472425
        },
        {
            "start": 872472487,
            "stop": 872472570
        },
        {
            "start": 872472609,
            "stop": 872472618
        },
        {
            "start": 872472654,
            "stop": 872472708
        },
        {
            "start": 872472908,
            "stop": 872472918
        },
        {
            "start": 872473025,
            "stop": 872473078
        },
        {
            "start": 872473114,
            "stop": 872473372
        },
        {
            "start": 872473408,
            "stop": 872473419
        },
        {
            "start": 872473455,
            "stop": 872473681
        },
        {
            "start": 872473717,
            "stop": 872474062
        },
        {
            "start": 872474098,
            "stop": 872474142
        },
        {
            "start": 872474190,
            "stop": 872474228
        },
        {
            "start": 872474270,
            "stop": 872474472
        },
        {
            "start": 872474522,
            "stop": 872474533
        },
        {
            "start": 872474584,
            "stop": 872474681
        }
    ]
}