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=1399
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=1400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1398",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1399,
    "results": [
        {
            "start": 846003518,
            "stop": 846005986
        },
        {
            "start": 846005992,
            "stop": 846006313
        },
        {
            "start": 846006333,
            "stop": 846006334
        },
        {
            "start": 846006388,
            "stop": 846008440
        },
        {
            "start": 846008443,
            "stop": 846008446
        },
        {
            "start": 846008450,
            "stop": 846008479
        },
        {
            "start": 846008485,
            "stop": 846008494
        },
        {
            "start": 846008498,
            "stop": 846008524
        },
        {
            "start": 846008527,
            "stop": 846010510
        },
        {
            "start": 846010776,
            "stop": 846012553
        },
        {
            "start": 846012646,
            "stop": 846013213
        },
        {
            "start": 846013302,
            "stop": 846013441
        },
        {
            "start": 846013482,
            "stop": 846016693
        },
        {
            "start": 846016764,
            "stop": 846017722
        },
        {
            "start": 846049150,
            "stop": 846092293
        },
        {
            "start": 846092536,
            "stop": 846094369
        },
        {
            "start": 846094502,
            "stop": 846095533
        },
        {
            "start": 846098927,
            "stop": 846101653
        },
        {
            "start": 846101830,
            "stop": 846106873
        },
        {
            "start": 846107955,
            "stop": 846116759
        }
    ]
}