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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8803",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8804,
    "results": [
        {
            "start": 873949995,
            "stop": 873951018
        },
        {
            "start": 873951102,
            "stop": 873951238
        },
        {
            "start": 873951268,
            "stop": 873956408
        },
        {
            "start": 873956425,
            "stop": 873957472
        },
        {
            "start": 873957512,
            "stop": 873959017
        },
        {
            "start": 873960028,
            "stop": 873964050
        },
        {
            "start": 873964541,
            "stop": 873964892
        },
        {
            "start": 873964909,
            "stop": 873974509
        },
        {
            "start": 873974526,
            "stop": 873974783
        },
        {
            "start": 873974800,
            "stop": 873975551
        },
        {
            "start": 873975568,
            "stop": 873976292
        },
        {
            "start": 873976309,
            "stop": 873977153
        },
        {
            "start": 873977170,
            "stop": 873978900
        },
        {
            "start": 873978960,
            "stop": 873979504
        },
        {
            "start": 873979521,
            "stop": 873979702
        },
        {
            "start": 873979721,
            "stop": 873979961
        },
        {
            "start": 873979978,
            "stop": 873980004
        },
        {
            "start": 873980021,
            "stop": 873980940
        },
        {
            "start": 873981060,
            "stop": 873981353
        },
        {
            "start": 873981370,
            "stop": 873981446
        }
    ]
}