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_CAT3/segments?format=api&page=636
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=637",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=635",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 636,
    "results": [
        {
            "start": 1265732760,
            "stop": 1265732796
        },
        {
            "start": 1265732798,
            "stop": 1265732802
        },
        {
            "start": 1265732803,
            "stop": 1265732804
        },
        {
            "start": 1265732806,
            "stop": 1265732826
        },
        {
            "start": 1265732827,
            "stop": 1265732834
        },
        {
            "start": 1265732839,
            "stop": 1265733050
        },
        {
            "start": 1265733055,
            "stop": 1265733129
        },
        {
            "start": 1265733134,
            "stop": 1265733189
        },
        {
            "start": 1265733190,
            "stop": 1265733215
        },
        {
            "start": 1265733217,
            "stop": 1265733263
        },
        {
            "start": 1265733268,
            "stop": 1265733651
        },
        {
            "start": 1265733656,
            "stop": 1265734026
        },
        {
            "start": 1265734031,
            "stop": 1265734074
        },
        {
            "start": 1265734079,
            "stop": 1265734110
        },
        {
            "start": 1265734115,
            "stop": 1265734156
        },
        {
            "start": 1265734161,
            "stop": 1265734190
        },
        {
            "start": 1265734195,
            "stop": 1265734199
        },
        {
            "start": 1265734204,
            "stop": 1265734258
        },
        {
            "start": 1265734263,
            "stop": 1265734300
        },
        {
            "start": 1265734305,
            "stop": 1265734360
        }
    ]
}