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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=115",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 116,
    "results": [
        {
            "start": 1259853688,
            "stop": 1259854875
        },
        {
            "start": 1259855839,
            "stop": 1259861891
        },
        {
            "start": 1259861894,
            "stop": 1259863496
        },
        {
            "start": 1259863499,
            "stop": 1259864055
        },
        {
            "start": 1259864056,
            "stop": 1259865565
        },
        {
            "start": 1259865573,
            "stop": 1259866442
        },
        {
            "start": 1259866445,
            "stop": 1259866469
        },
        {
            "start": 1259866474,
            "stop": 1259867239
        },
        {
            "start": 1259867242,
            "stop": 1259867677
        },
        {
            "start": 1259867681,
            "stop": 1259867954
        },
        {
            "start": 1259867958,
            "stop": 1259868400
        },
        {
            "start": 1259868405,
            "stop": 1259868590
        },
        {
            "start": 1259868595,
            "stop": 1259869067
        },
        {
            "start": 1259869070,
            "stop": 1259869606
        },
        {
            "start": 1259869610,
            "stop": 1259869810
        },
        {
            "start": 1259869815,
            "stop": 1259869947
        },
        {
            "start": 1259869952,
            "stop": 1259869988
        },
        {
            "start": 1259869992,
            "stop": 1259871449
        },
        {
            "start": 1259871454,
            "stop": 1259872655
        },
        {
            "start": 1259872659,
            "stop": 1259873194
        }
    ]
}