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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2461",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2459",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2460,
    "results": [
        {
            "start": 874533178,
            "stop": 874533208
        },
        {
            "start": 874533215,
            "stop": 874533222
        },
        {
            "start": 874533243,
            "stop": 874533360
        },
        {
            "start": 874533540,
            "stop": 874534207
        },
        {
            "start": 874534214,
            "stop": 874534592
        },
        {
            "start": 874534892,
            "stop": 874536239
        },
        {
            "start": 874536539,
            "stop": 874536624
        },
        {
            "start": 874536734,
            "stop": 874536988
        },
        {
            "start": 874537511,
            "stop": 874539982
        },
        {
            "start": 874539999,
            "stop": 874540436
        },
        {
            "start": 874540453,
            "stop": 874540550
        },
        {
            "start": 874540630,
            "stop": 874542653
        },
        {
            "start": 874542670,
            "stop": 874542701
        },
        {
            "start": 874542718,
            "stop": 874544404
        },
        {
            "start": 874544434,
            "stop": 874544698
        },
        {
            "start": 874544715,
            "stop": 874545060
        },
        {
            "start": 874545120,
            "stop": 874545890
        },
        {
            "start": 874545970,
            "stop": 874546010
        },
        {
            "start": 874546090,
            "stop": 874547856
        },
        {
            "start": 874547873,
            "stop": 874549147
        }
    ]
}