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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=322",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 323,
    "results": [
        {
            "start": 1263900911,
            "stop": 1263900928
        },
        {
            "start": 1263900930,
            "stop": 1263900998
        },
        {
            "start": 1263901000,
            "stop": 1263901023
        },
        {
            "start": 1263901026,
            "stop": 1263902590
        },
        {
            "start": 1263902592,
            "stop": 1263902611
        },
        {
            "start": 1263902614,
            "stop": 1263902632
        },
        {
            "start": 1263902633,
            "stop": 1263902698
        },
        {
            "start": 1263902700,
            "stop": 1263902707
        },
        {
            "start": 1263902709,
            "stop": 1263902993
        },
        {
            "start": 1263902996,
            "stop": 1263903068
        },
        {
            "start": 1263903070,
            "stop": 1263903180
        },
        {
            "start": 1263903181,
            "stop": 1263903182
        },
        {
            "start": 1263903183,
            "stop": 1263903344
        },
        {
            "start": 1263903349,
            "stop": 1263903354
        },
        {
            "start": 1263903356,
            "stop": 1263903738
        },
        {
            "start": 1263903742,
            "stop": 1263903779
        },
        {
            "start": 1263903780,
            "stop": 1263903903
        },
        {
            "start": 1263903905,
            "stop": 1263903934
        },
        {
            "start": 1263903936,
            "stop": 1263903966
        },
        {
            "start": 1263903968,
            "stop": 1263903975
        }
    ]
}