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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=5",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 6,
    "results": [
        {
            "start": 931906891,
            "stop": 931913697
        },
        {
            "start": 931914606,
            "stop": 931941442
        },
        {
            "start": 931949457,
            "stop": 931952997
        },
        {
            "start": 931954992,
            "stop": 931956086
        },
        {
            "start": 931972859,
            "stop": 931979323
        },
        {
            "start": 931983901,
            "stop": 931985752
        },
        {
            "start": 931988658,
            "stop": 931991822
        },
        {
            "start": 931998060,
            "stop": 931998938
        },
        {
            "start": 932001611,
            "stop": 932003757
        },
        {
            "start": 932010680,
            "stop": 932011099
        },
        {
            "start": 932014809,
            "stop": 932015459
        },
        {
            "start": 932017822,
            "stop": 932025262
        },
        {
            "start": 932033001,
            "stop": 932038665
        },
        {
            "start": 932041437,
            "stop": 932047254
        },
        {
            "start": 932049047,
            "stop": 932055046
        },
        {
            "start": 932058572,
            "stop": 932060575
        },
        {
            "start": 932062705,
            "stop": 932074125
        },
        {
            "start": 932081683,
            "stop": 932090733
        },
        {
            "start": 932094330,
            "stop": 932106401
        },
        {
            "start": 932107168,
            "stop": 932108653
        }
    ]
}