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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5282",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5280",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5281,
    "results": [
        {
            "start": 1136405221,
            "stop": 1136405265
        },
        {
            "start": 1136405271,
            "stop": 1136405286
        },
        {
            "start": 1136405288,
            "stop": 1136405305
        },
        {
            "start": 1136405307,
            "stop": 1136405378
        },
        {
            "start": 1136405380,
            "stop": 1136405410
        },
        {
            "start": 1136405412,
            "stop": 1136405440
        },
        {
            "start": 1136405442,
            "stop": 1136405470
        },
        {
            "start": 1136405472,
            "stop": 1136405530
        },
        {
            "start": 1136405532,
            "stop": 1136405536
        },
        {
            "start": 1136405538,
            "stop": 1136405665
        },
        {
            "start": 1136405667,
            "stop": 1136405669
        },
        {
            "start": 1136405671,
            "stop": 1136405677
        },
        {
            "start": 1136405679,
            "stop": 1136405687
        },
        {
            "start": 1136405689,
            "stop": 1136405714
        },
        {
            "start": 1136405716,
            "stop": 1136405725
        },
        {
            "start": 1136405727,
            "stop": 1136405749
        },
        {
            "start": 1136405751,
            "stop": 1136405863
        },
        {
            "start": 1136405865,
            "stop": 1136405914
        },
        {
            "start": 1136405917,
            "stop": 1136405927
        },
        {
            "start": 1136405929,
            "stop": 1136405981
        }
    ]
}