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=1415
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=1416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1414",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1415,
    "results": [
        {
            "start": 848859992,
            "stop": 848865343
        },
        {
            "start": 848867140,
            "stop": 848868890
        },
        {
            "start": 848869249,
            "stop": 848877002
        },
        {
            "start": 848877672,
            "stop": 848878273
        },
        {
            "start": 848884452,
            "stop": 848896812
        },
        {
            "start": 848898696,
            "stop": 848918519
        },
        {
            "start": 848918825,
            "stop": 848922345
        },
        {
            "start": 848923694,
            "stop": 848944273
        },
        {
            "start": 848946095,
            "stop": 848949439
        },
        {
            "start": 848949443,
            "stop": 848949449
        },
        {
            "start": 848949452,
            "stop": 848952462
        },
        {
            "start": 848952465,
            "stop": 848963713
        },
        {
            "start": 848964800,
            "stop": 849018013
        },
        {
            "start": 849018153,
            "stop": 849031813
        },
        {
            "start": 849031895,
            "stop": 849035126
        },
        {
            "start": 849036863,
            "stop": 849050293
        },
        {
            "start": 849051649,
            "stop": 849053447
        },
        {
            "start": 849055033,
            "stop": 849089077
        },
        {
            "start": 849089220,
            "stop": 849112149
        },
        {
            "start": 849114339,
            "stop": 849208739
        }
    ]
}