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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=245",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 246,
    "results": [
        {
            "start": 1422063273,
            "stop": 1422063362
        },
        {
            "start": 1422063364,
            "stop": 1422063392
        },
        {
            "start": 1422063400,
            "stop": 1422063410
        },
        {
            "start": 1422063412,
            "stop": 1422063416
        },
        {
            "start": 1422063428,
            "stop": 1422063508
        },
        {
            "start": 1422063513,
            "stop": 1422063548
        },
        {
            "start": 1422063550,
            "stop": 1422063552
        },
        {
            "start": 1422063556,
            "stop": 1422063576
        },
        {
            "start": 1422063581,
            "stop": 1422063592
        },
        {
            "start": 1422063596,
            "stop": 1422063604
        },
        {
            "start": 1422063622,
            "stop": 1422063632
        },
        {
            "start": 1422063637,
            "stop": 1422063649
        },
        {
            "start": 1422063650,
            "stop": 1422063652
        },
        {
            "start": 1422063657,
            "stop": 1422063668
        },
        {
            "start": 1422063672,
            "stop": 1422063751
        },
        {
            "start": 1422066333,
            "stop": 1422066336
        },
        {
            "start": 1422066338,
            "stop": 1422066389
        },
        {
            "start": 1422066393,
            "stop": 1422066433
        },
        {
            "start": 1422066439,
            "stop": 1422066449
        },
        {
            "start": 1422066453,
            "stop": 1422066493
        }
    ]
}