Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5154
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5153",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5154,
    "results": [
        {
            "start": 874725263,
            "stop": 874725284
        },
        {
            "start": 874725291,
            "stop": 874725414
        },
        {
            "start": 874725421,
            "stop": 874725440
        },
        {
            "start": 874725447,
            "stop": 874725681
        },
        {
            "start": 874725688,
            "stop": 874725847
        },
        {
            "start": 874725854,
            "stop": 874725897
        },
        {
            "start": 874725904,
            "stop": 874725959
        },
        {
            "start": 874725972,
            "stop": 874726066
        },
        {
            "start": 874726073,
            "stop": 874726098
        },
        {
            "start": 874726105,
            "stop": 874726251
        },
        {
            "start": 874726259,
            "stop": 874726264
        },
        {
            "start": 874726271,
            "stop": 874726376
        },
        {
            "start": 874726384,
            "stop": 874726385
        },
        {
            "start": 874726393,
            "stop": 874726598
        },
        {
            "start": 874726605,
            "stop": 874726766
        },
        {
            "start": 874726773,
            "stop": 874727108
        },
        {
            "start": 874727115,
            "stop": 874727387
        },
        {
            "start": 874727394,
            "stop": 874727560
        },
        {
            "start": 874727574,
            "stop": 874727581
        },
        {
            "start": 874727588,
            "stop": 874727617
        }
    ]
}