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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=635",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=633",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 634,
    "results": [
        {
            "start": 1263559197,
            "stop": 1263563631
        },
        {
            "start": 1263563634,
            "stop": 1263564478
        },
        {
            "start": 1263564481,
            "stop": 1263565656
        },
        {
            "start": 1263565658,
            "stop": 1263566283
        },
        {
            "start": 1263566286,
            "stop": 1263567554
        },
        {
            "start": 1263567557,
            "stop": 1263570124
        },
        {
            "start": 1263570127,
            "stop": 1263571778
        },
        {
            "start": 1263571781,
            "stop": 1263571805
        },
        {
            "start": 1263583492,
            "stop": 1263583794
        },
        {
            "start": 1263583797,
            "stop": 1263583823
        },
        {
            "start": 1263583826,
            "stop": 1263584241
        },
        {
            "start": 1263584244,
            "stop": 1263587625
        },
        {
            "start": 1263587628,
            "stop": 1263589790
        },
        {
            "start": 1263589801,
            "stop": 1263590408
        },
        {
            "start": 1263590409,
            "stop": 1263590413
        },
        {
            "start": 1263590416,
            "stop": 1263591014
        },
        {
            "start": 1263595628,
            "stop": 1263597447
        },
        {
            "start": 1263597450,
            "stop": 1263598043
        },
        {
            "start": 1263598051,
            "stop": 1263600575
        },
        {
            "start": 1263600578,
            "stop": 1263602899
        }
    ]
}