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=1313
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=1314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1312",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1313,
    "results": [
        {
            "start": 843834593,
            "stop": 843834602
        },
        {
            "start": 843834605,
            "stop": 843834622
        },
        {
            "start": 843834625,
            "stop": 843834634
        },
        {
            "start": 843834637,
            "stop": 843834639
        },
        {
            "start": 843834642,
            "stop": 843834644
        },
        {
            "start": 843834647,
            "stop": 843834685
        },
        {
            "start": 843834688,
            "stop": 843834702
        },
        {
            "start": 843834705,
            "stop": 843834799
        },
        {
            "start": 843834802,
            "stop": 843834887
        },
        {
            "start": 843834890,
            "stop": 843834902
        },
        {
            "start": 843834905,
            "stop": 843834934
        },
        {
            "start": 843834937,
            "stop": 843834948
        },
        {
            "start": 843834951,
            "stop": 843834960
        },
        {
            "start": 843834966,
            "stop": 843834983
        },
        {
            "start": 843834986,
            "stop": 843834996
        },
        {
            "start": 843835003,
            "stop": 843835022
        },
        {
            "start": 843835025,
            "stop": 843835026
        },
        {
            "start": 843835029,
            "stop": 843835036
        },
        {
            "start": 843835039,
            "stop": 843835059
        },
        {
            "start": 843835062,
            "stop": 843835096
        }
    ]
}