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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=34",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 35,
    "results": [
        {
            "start": 1401289619,
            "stop": 1401290191
        },
        {
            "start": 1401290709,
            "stop": 1401301443
        },
        {
            "start": 1401301449,
            "stop": 1401301824
        },
        {
            "start": 1401303792,
            "stop": 1401304365
        },
        {
            "start": 1401304370,
            "stop": 1401313882
        },
        {
            "start": 1401317859,
            "stop": 1401328821
        },
        {
            "start": 1401328827,
            "stop": 1401331412
        },
        {
            "start": 1401331415,
            "stop": 1401337851
        },
        {
            "start": 1401337856,
            "stop": 1401344682
        },
        {
            "start": 1401344688,
            "stop": 1401356841
        },
        {
            "start": 1401356847,
            "stop": 1401381631
        },
        {
            "start": 1401381638,
            "stop": 1401384179
        },
        {
            "start": 1401384186,
            "stop": 1401389941
        },
        {
            "start": 1401389948,
            "stop": 1401399824
        },
        {
            "start": 1401399829,
            "stop": 1401401835
        },
        {
            "start": 1401401842,
            "stop": 1401401952
        },
        {
            "start": 1401409936,
            "stop": 1401411777
        },
        {
            "start": 1401415424,
            "stop": 1401422737
        },
        {
            "start": 1401422744,
            "stop": 1401422748
        },
        {
            "start": 1401422753,
            "stop": 1401422770
        }
    ]
}