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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=261",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 262,
    "results": [
        {
            "start": 822339353,
            "stop": 822339613
        },
        {
            "start": 822339640,
            "stop": 822339641
        },
        {
            "start": 822339688,
            "stop": 822339853
        },
        {
            "start": 822339897,
            "stop": 822339898
        },
        {
            "start": 822339943,
            "stop": 822340093
        },
        {
            "start": 822340100,
            "stop": 822340101
        },
        {
            "start": 822347137,
            "stop": 822347169
        },
        {
            "start": 822347178,
            "stop": 822347185
        },
        {
            "start": 822347193,
            "stop": 822347224
        },
        {
            "start": 822347228,
            "stop": 822347238
        },
        {
            "start": 822347242,
            "stop": 822347326
        },
        {
            "start": 822347339,
            "stop": 822347372
        },
        {
            "start": 822347378,
            "stop": 822347379
        },
        {
            "start": 822347422,
            "stop": 822347425
        },
        {
            "start": 822347428,
            "stop": 822347440
        },
        {
            "start": 822347444,
            "stop": 822347773
        },
        {
            "start": 822347985,
            "stop": 822348037
        },
        {
            "start": 822348040,
            "stop": 822348188
        },
        {
            "start": 822348191,
            "stop": 822348293
        },
        {
            "start": 822348296,
            "stop": 822349105
        }
    ]
}