Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=355
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=354",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 355,
    "results": [
        {
            "start": 1240899670,
            "stop": 1240899967
        },
        {
            "start": 1240899969,
            "stop": 1240900285
        },
        {
            "start": 1240900290,
            "stop": 1240900685
        },
        {
            "start": 1240900690,
            "stop": 1240903077
        },
        {
            "start": 1240903080,
            "stop": 1240905003
        },
        {
            "start": 1240905006,
            "stop": 1240905659
        },
        {
            "start": 1240905663,
            "stop": 1240906091
        },
        {
            "start": 1240906099,
            "stop": 1240906170
        },
        {
            "start": 1240906173,
            "stop": 1240906225
        },
        {
            "start": 1240906229,
            "stop": 1240906784
        },
        {
            "start": 1240906787,
            "stop": 1240906795
        },
        {
            "start": 1240906799,
            "stop": 1240906804
        },
        {
            "start": 1240906809,
            "stop": 1240906815
        },
        {
            "start": 1240906820,
            "stop": 1240906842
        },
        {
            "start": 1240906847,
            "stop": 1240906857
        },
        {
            "start": 1240906862,
            "stop": 1240906865
        },
        {
            "start": 1240906870,
            "stop": 1240906914
        },
        {
            "start": 1240906919,
            "stop": 1240906925
        },
        {
            "start": 1240906930,
            "stop": 1240906934
        },
        {
            "start": 1240906939,
            "stop": 1240906956
        }
    ]
}