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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=47",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 48,
    "results": [
        {
            "start": 1257354478,
            "stop": 1257358597
        },
        {
            "start": 1257358605,
            "stop": 1257358686
        },
        {
            "start": 1257358689,
            "stop": 1257361251
        },
        {
            "start": 1257361254,
            "stop": 1257361997
        },
        {
            "start": 1257362000,
            "stop": 1257362571
        },
        {
            "start": 1257362574,
            "stop": 1257364124
        },
        {
            "start": 1257364126,
            "stop": 1257367958
        },
        {
            "start": 1257367962,
            "stop": 1257369013
        },
        {
            "start": 1257369016,
            "stop": 1257369170
        },
        {
            "start": 1257369173,
            "stop": 1257369975
        },
        {
            "start": 1257369978,
            "stop": 1257370449
        },
        {
            "start": 1257370451,
            "stop": 1257370467
        },
        {
            "start": 1257370468,
            "stop": 1257371588
        },
        {
            "start": 1257371590,
            "stop": 1257371593
        },
        {
            "start": 1257371594,
            "stop": 1257373256
        },
        {
            "start": 1257373257,
            "stop": 1257373258
        },
        {
            "start": 1257373259,
            "stop": 1257374140
        },
        {
            "start": 1257374143,
            "stop": 1257374455
        },
        {
            "start": 1257374463,
            "stop": 1257375875
        },
        {
            "start": 1257375878,
            "stop": 1257376035
        }
    ]
}