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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=751",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 752,
    "results": [
        {
            "start": 856015099,
            "stop": 856015219
        },
        {
            "start": 856015834,
            "stop": 856015954
        },
        {
            "start": 856016974,
            "stop": 856017274
        },
        {
            "start": 856017625,
            "stop": 856020145
        },
        {
            "start": 856020320,
            "stop": 856020980
        },
        {
            "start": 856022172,
            "stop": 856022232
        },
        {
            "start": 856022262,
            "stop": 856022352
        },
        {
            "start": 856054695,
            "stop": 856054755
        },
        {
            "start": 856055012,
            "stop": 856058102
        },
        {
            "start": 856059116,
            "stop": 856059236
        },
        {
            "start": 856059783,
            "stop": 856067943
        },
        {
            "start": 856069068,
            "stop": 856071078
        },
        {
            "start": 856071258,
            "stop": 856074108
        },
        {
            "start": 856074317,
            "stop": 856075787
        },
        {
            "start": 856075877,
            "stop": 856079417
        },
        {
            "start": 856080910,
            "stop": 856094470
        },
        {
            "start": 856097770,
            "stop": 856101670
        },
        {
            "start": 856102529,
            "stop": 856104329
        },
        {
            "start": 856104535,
            "stop": 856105765
        },
        {
            "start": 856105915,
            "stop": 856107715
        }
    ]
}