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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=273",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 274,
    "results": [
        {
            "start": 931167182,
            "stop": 931167185
        },
        {
            "start": 931167186,
            "stop": 931167188
        },
        {
            "start": 931167191,
            "stop": 931167203
        },
        {
            "start": 931167204,
            "stop": 931167205
        },
        {
            "start": 931167207,
            "stop": 931167212
        },
        {
            "start": 931167216,
            "stop": 931167220
        },
        {
            "start": 931167222,
            "stop": 931167225
        },
        {
            "start": 931167226,
            "stop": 931167230
        },
        {
            "start": 931167232,
            "stop": 931167239
        },
        {
            "start": 931167241,
            "stop": 931167245
        },
        {
            "start": 931167246,
            "stop": 931167247
        },
        {
            "start": 931167250,
            "stop": 931167251
        },
        {
            "start": 931167259,
            "stop": 931167260
        },
        {
            "start": 931167263,
            "stop": 931167265
        },
        {
            "start": 931167268,
            "stop": 931167269
        },
        {
            "start": 931167271,
            "stop": 931167276
        },
        {
            "start": 931167277,
            "stop": 931167287
        },
        {
            "start": 931167288,
            "stop": 931167290
        },
        {
            "start": 931167291,
            "stop": 931167293
        },
        {
            "start": 931167295,
            "stop": 931167296
        }
    ]
}