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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=282",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 283,
    "results": [
        {
            "start": 1240339944,
            "stop": 1240340275
        },
        {
            "start": 1240340276,
            "stop": 1240340277
        },
        {
            "start": 1240340278,
            "stop": 1240340360
        },
        {
            "start": 1240340362,
            "stop": 1240340513
        },
        {
            "start": 1240340514,
            "stop": 1240340909
        },
        {
            "start": 1240340910,
            "stop": 1240340913
        },
        {
            "start": 1240340914,
            "stop": 1240340954
        },
        {
            "start": 1240340955,
            "stop": 1240340956
        },
        {
            "start": 1240340957,
            "stop": 1240341125
        },
        {
            "start": 1240341127,
            "stop": 1240341349
        },
        {
            "start": 1240341350,
            "stop": 1240341353
        },
        {
            "start": 1240341354,
            "stop": 1240341512
        },
        {
            "start": 1240341513,
            "stop": 1240341518
        },
        {
            "start": 1240341519,
            "stop": 1240341538
        },
        {
            "start": 1240341539,
            "stop": 1240341540
        },
        {
            "start": 1240341541,
            "stop": 1240341807
        },
        {
            "start": 1240341808,
            "stop": 1240341809
        },
        {
            "start": 1240341810,
            "stop": 1240341811
        },
        {
            "start": 1240341813,
            "stop": 1240342352
        },
        {
            "start": 1240342353,
            "stop": 1240342355
        }
    ]
}