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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=193",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 194,
    "results": [
        {
            "start": 1239911842,
            "stop": 1239912134
        },
        {
            "start": 1239912137,
            "stop": 1239912373
        },
        {
            "start": 1239912374,
            "stop": 1239913169
        },
        {
            "start": 1239913170,
            "stop": 1239913173
        },
        {
            "start": 1239913174,
            "stop": 1239913657
        },
        {
            "start": 1239913659,
            "stop": 1239913937
        },
        {
            "start": 1239913940,
            "stop": 1239914286
        },
        {
            "start": 1239914288,
            "stop": 1239914539
        },
        {
            "start": 1239914540,
            "stop": 1239915041
        },
        {
            "start": 1239915042,
            "stop": 1239915043
        },
        {
            "start": 1239915044,
            "stop": 1239915843
        },
        {
            "start": 1239915846,
            "stop": 1239916396
        },
        {
            "start": 1239916397,
            "stop": 1239916496
        },
        {
            "start": 1239916497,
            "stop": 1239916582
        },
        {
            "start": 1239916583,
            "stop": 1239916793
        },
        {
            "start": 1239916796,
            "stop": 1239917065
        },
        {
            "start": 1239917067,
            "stop": 1239917101
        },
        {
            "start": 1239917103,
            "stop": 1239917126
        },
        {
            "start": 1239917127,
            "stop": 1239917614
        },
        {
            "start": 1239917617,
            "stop": 1239917812
        }
    ]
}