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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2961",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2962,
    "results": [
        {
            "start": 860351515,
            "stop": 860351517
        },
        {
            "start": 860351580,
            "stop": 860351587
        },
        {
            "start": 860351593,
            "stop": 860352393
        },
        {
            "start": 860352396,
            "stop": 860353200
        },
        {
            "start": 860353260,
            "stop": 860356140
        },
        {
            "start": 860356760,
            "stop": 860357599
        },
        {
            "start": 860358734,
            "stop": 860363981
        },
        {
            "start": 860365309,
            "stop": 860366024
        },
        {
            "start": 860367239,
            "stop": 860367270
        },
        {
            "start": 860367550,
            "stop": 860370420
        },
        {
            "start": 860370480,
            "stop": 860371085
        },
        {
            "start": 860372544,
            "stop": 860374980
        },
        {
            "start": 860375040,
            "stop": 860382833
        },
        {
            "start": 860382837,
            "stop": 860386184
        },
        {
            "start": 860386605,
            "stop": 860386724
        },
        {
            "start": 860387025,
            "stop": 860396384
        },
        {
            "start": 860396565,
            "stop": 860401427
        },
        {
            "start": 860401614,
            "stop": 860412380
        },
        {
            "start": 860412384,
            "stop": 860418900
        },
        {
            "start": 860418905,
            "stop": 860421362
        }
    ]
}