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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1382",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1383,
    "results": [
        {
            "start": 843871477,
            "stop": 843871543
        },
        {
            "start": 843871546,
            "stop": 843871729
        },
        {
            "start": 843871732,
            "stop": 843871849
        },
        {
            "start": 843871852,
            "stop": 843871918
        },
        {
            "start": 843871921,
            "stop": 843872182
        },
        {
            "start": 843872185,
            "stop": 843872218
        },
        {
            "start": 843872221,
            "stop": 843872585
        },
        {
            "start": 843872588,
            "stop": 843872675
        },
        {
            "start": 843872678,
            "stop": 843872733
        },
        {
            "start": 843872736,
            "stop": 843872741
        },
        {
            "start": 843872747,
            "stop": 843872749
        },
        {
            "start": 843872754,
            "stop": 843872787
        },
        {
            "start": 843872790,
            "stop": 843872817
        },
        {
            "start": 843872820,
            "stop": 843872821
        },
        {
            "start": 843872824,
            "stop": 843872829
        },
        {
            "start": 843872832,
            "stop": 843873233
        },
        {
            "start": 843873236,
            "stop": 843873484
        },
        {
            "start": 843873487,
            "stop": 843873501
        },
        {
            "start": 843873504,
            "stop": 843873796
        },
        {
            "start": 843873799,
            "stop": 843874613
        }
    ]
}