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=1302
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=1303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1301",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1302,
    "results": [
        {
            "start": 843825521,
            "stop": 843825651
        },
        {
            "start": 843825655,
            "stop": 843825672
        },
        {
            "start": 843825675,
            "stop": 843825693
        },
        {
            "start": 843825696,
            "stop": 843825774
        },
        {
            "start": 843825777,
            "stop": 843825810
        },
        {
            "start": 843825813,
            "stop": 843825851
        },
        {
            "start": 843825854,
            "stop": 843825886
        },
        {
            "start": 843825889,
            "stop": 843825908
        },
        {
            "start": 843825911,
            "stop": 843825963
        },
        {
            "start": 843825966,
            "stop": 843826023
        },
        {
            "start": 843826026,
            "stop": 843826056
        },
        {
            "start": 843826065,
            "stop": 843826067
        },
        {
            "start": 843826070,
            "stop": 843826116
        },
        {
            "start": 843826119,
            "stop": 843826167
        },
        {
            "start": 843826170,
            "stop": 843826194
        },
        {
            "start": 843826197,
            "stop": 843826199
        },
        {
            "start": 843826202,
            "stop": 843826258
        },
        {
            "start": 843826262,
            "stop": 843826347
        },
        {
            "start": 843826350,
            "stop": 843826363
        },
        {
            "start": 843826366,
            "stop": 843826380
        }
    ]
}