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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=13",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 14,
    "results": [
        {
            "start": 1257099434,
            "stop": 1257102349
        },
        {
            "start": 1257102353,
            "stop": 1257104694
        },
        {
            "start": 1257104698,
            "stop": 1257106613
        },
        {
            "start": 1257106615,
            "stop": 1257106776
        },
        {
            "start": 1257106780,
            "stop": 1257107196
        },
        {
            "start": 1257107199,
            "stop": 1257109230
        },
        {
            "start": 1257126433,
            "stop": 1257126610
        },
        {
            "start": 1257126704,
            "stop": 1257128950
        },
        {
            "start": 1257128952,
            "stop": 1257128972
        },
        {
            "start": 1257128974,
            "stop": 1257137728
        },
        {
            "start": 1257137732,
            "stop": 1257138788
        },
        {
            "start": 1257138793,
            "stop": 1257143131
        },
        {
            "start": 1257143135,
            "stop": 1257144825
        },
        {
            "start": 1257144829,
            "stop": 1257146496
        },
        {
            "start": 1257146500,
            "stop": 1257148818
        },
        {
            "start": 1257148820,
            "stop": 1257149313
        },
        {
            "start": 1257149315,
            "stop": 1257152088
        },
        {
            "start": 1257152091,
            "stop": 1257152160
        },
        {
            "start": 1257152162,
            "stop": 1257152286
        },
        {
            "start": 1257152288,
            "stop": 1257153097
        }
    ]
}