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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=36",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 37,
    "results": [
        {
            "start": 1401544224,
            "stop": 1401544264
        },
        {
            "start": 1401544270,
            "stop": 1401544435
        },
        {
            "start": 1401602971,
            "stop": 1401607933
        },
        {
            "start": 1401607936,
            "stop": 1401610034
        },
        {
            "start": 1401696321,
            "stop": 1401702204
        },
        {
            "start": 1401702210,
            "stop": 1401704481
        },
        {
            "start": 1402046551,
            "stop": 1402052831
        },
        {
            "start": 1402052834,
            "stop": 1402056517
        },
        {
            "start": 1402056524,
            "stop": 1402056549
        },
        {
            "start": 1402056556,
            "stop": 1402056567
        },
        {
            "start": 1402056574,
            "stop": 1402057824
        },
        {
            "start": 1402057828,
            "stop": 1402058301
        },
        {
            "start": 1402058308,
            "stop": 1402058665
        },
        {
            "start": 1402058671,
            "stop": 1402060120
        },
        {
            "start": 1402060127,
            "stop": 1402062058
        },
        {
            "start": 1402062065,
            "stop": 1402063372
        },
        {
            "start": 1402063379,
            "stop": 1402064782
        },
        {
            "start": 1402064787,
            "stop": 1402069832
        },
        {
            "start": 1402079629,
            "stop": 1402080828
        },
        {
            "start": 1402080835,
            "stop": 1402081475
        }
    ]
}