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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8180",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8181,
    "results": [
        {
            "start": 971334041,
            "stop": 971334555
        },
        {
            "start": 971334558,
            "stop": 971334863
        },
        {
            "start": 971334874,
            "stop": 971335738
        },
        {
            "start": 971335741,
            "stop": 971336092
        },
        {
            "start": 971336095,
            "stop": 971338502
        },
        {
            "start": 971338505,
            "stop": 971339888
        },
        {
            "start": 971339891,
            "stop": 971339941
        },
        {
            "start": 971339944,
            "stop": 971339978
        },
        {
            "start": 971339981,
            "stop": 971340001
        },
        {
            "start": 971340007,
            "stop": 971340048
        },
        {
            "start": 971340051,
            "stop": 971340056
        },
        {
            "start": 971340063,
            "stop": 971340064
        },
        {
            "start": 971340067,
            "stop": 971341223
        },
        {
            "start": 971341226,
            "stop": 971341496
        },
        {
            "start": 971341499,
            "stop": 971342883
        },
        {
            "start": 971342886,
            "stop": 971343121
        },
        {
            "start": 971343124,
            "stop": 971343732
        },
        {
            "start": 971343735,
            "stop": 971343764
        },
        {
            "start": 971343775,
            "stop": 971345648
        },
        {
            "start": 971345651,
            "stop": 971346281
        }
    ]
}