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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 177,
    "results": [
        {
            "start": 1239825554,
            "stop": 1239825672
        },
        {
            "start": 1239825674,
            "stop": 1239825792
        },
        {
            "start": 1239825794,
            "stop": 1239825912
        },
        {
            "start": 1239825914,
            "stop": 1239826032
        },
        {
            "start": 1239826034,
            "stop": 1239826152
        },
        {
            "start": 1239826154,
            "stop": 1239826272
        },
        {
            "start": 1239826274,
            "stop": 1239826392
        },
        {
            "start": 1239826394,
            "stop": 1239826512
        },
        {
            "start": 1239826514,
            "stop": 1239826632
        },
        {
            "start": 1239826634,
            "stop": 1239826752
        },
        {
            "start": 1239826754,
            "stop": 1239826872
        },
        {
            "start": 1239826874,
            "stop": 1239826896
        },
        {
            "start": 1239826898,
            "stop": 1239826992
        },
        {
            "start": 1239826994,
            "stop": 1239827112
        },
        {
            "start": 1239827114,
            "stop": 1239827212
        },
        {
            "start": 1239827214,
            "stop": 1239827352
        },
        {
            "start": 1239827354,
            "stop": 1239827472
        },
        {
            "start": 1239827474,
            "stop": 1239827592
        },
        {
            "start": 1239827594,
            "stop": 1239827712
        },
        {
            "start": 1239827714,
            "stop": 1239827832
        }
    ]
}