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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46654",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46652",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46653,
    "results": [
        {
            "start": 875032439,
            "stop": 875032443
        },
        {
            "start": 875032444,
            "stop": 875032447
        },
        {
            "start": 875032448,
            "stop": 875032449
        },
        {
            "start": 875032450,
            "stop": 875032452
        },
        {
            "start": 875032453,
            "stop": 875032458
        },
        {
            "start": 875032459,
            "stop": 875032460
        },
        {
            "start": 875032461,
            "stop": 875032478
        },
        {
            "start": 875032480,
            "stop": 875032487
        },
        {
            "start": 875032488,
            "stop": 875032489
        },
        {
            "start": 875032491,
            "stop": 875032503
        },
        {
            "start": 875032504,
            "stop": 875032519
        },
        {
            "start": 875032521,
            "stop": 875032525
        },
        {
            "start": 875032526,
            "stop": 875032538
        },
        {
            "start": 875032539,
            "stop": 875032549
        },
        {
            "start": 875032551,
            "stop": 875032573
        },
        {
            "start": 875032574,
            "stop": 875032584
        },
        {
            "start": 875032585,
            "stop": 875032587
        },
        {
            "start": 875032588,
            "stop": 875032594
        },
        {
            "start": 875032595,
            "stop": 875032600
        },
        {
            "start": 875032601,
            "stop": 875032616
        }
    ]
}