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=2461
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=2462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2460",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2461,
    "results": [
        {
            "start": 874549171,
            "stop": 874551446
        },
        {
            "start": 874551463,
            "stop": 874551890
        },
        {
            "start": 874551970,
            "stop": 874552020
        },
        {
            "start": 874552080,
            "stop": 874552500
        },
        {
            "start": 874552560,
            "stop": 874554625
        },
        {
            "start": 874554642,
            "stop": 874554733
        },
        {
            "start": 874554750,
            "stop": 874555745
        },
        {
            "start": 874555762,
            "stop": 874555802
        },
        {
            "start": 874555819,
            "stop": 874557983
        },
        {
            "start": 874558000,
            "stop": 874558848
        },
        {
            "start": 874558865,
            "stop": 874559105
        },
        {
            "start": 874559126,
            "stop": 874563600
        },
        {
            "start": 874563660,
            "stop": 874567521
        },
        {
            "start": 874567821,
            "stop": 874567965
        },
        {
            "start": 874568313,
            "stop": 874568324
        },
        {
            "start": 874568434,
            "stop": 874568591
        },
        {
            "start": 874568891,
            "stop": 874569826
        },
        {
            "start": 874569843,
            "stop": 874569999
        },
        {
            "start": 874570016,
            "stop": 874572235
        },
        {
            "start": 874572252,
            "stop": 874572307
        }
    ]
}