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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3738",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3736",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3737,
    "results": [
        {
            "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": 971342131
        },
        {
            "start": 971342132,
            "stop": 971342883
        },
        {
            "start": 971342886,
            "stop": 971343121
        },
        {
            "start": 971343124,
            "stop": 971343732
        },
        {
            "start": 971343735,
            "stop": 971343764
        },
        {
            "start": 971343775,
            "stop": 971345500
        },
        {
            "start": 971345501,
            "stop": 971345648
        },
        {
            "start": 971345651,
            "stop": 971346258
        },
        {
            "start": 971346303,
            "stop": 971346308
        },
        {
            "start": 971346311,
            "stop": 971346548
        },
        {
            "start": 971346551,
            "stop": 971346683
        },
        {
            "start": 971346686,
            "stop": 971347358
        }
    ]
}