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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=964",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=962",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 963,
    "results": [
        {
            "start": 1251693228,
            "stop": 1251693289
        },
        {
            "start": 1251693294,
            "stop": 1251693351
        },
        {
            "start": 1251693356,
            "stop": 1251693391
        },
        {
            "start": 1251693396,
            "stop": 1251693450
        },
        {
            "start": 1251693455,
            "stop": 1251693479
        },
        {
            "start": 1251693485,
            "stop": 1251693492
        },
        {
            "start": 1251693497,
            "stop": 1251693539
        },
        {
            "start": 1251693545,
            "stop": 1251693570
        },
        {
            "start": 1251693573,
            "stop": 1251693645
        },
        {
            "start": 1251693650,
            "stop": 1251693667
        },
        {
            "start": 1251693672,
            "stop": 1251693791
        },
        {
            "start": 1251693796,
            "stop": 1251693811
        },
        {
            "start": 1251693816,
            "stop": 1251693834
        },
        {
            "start": 1251693839,
            "stop": 1251693869
        },
        {
            "start": 1251693874,
            "stop": 1251693903
        },
        {
            "start": 1251693908,
            "stop": 1251693994
        },
        {
            "start": 1251693997,
            "stop": 1251694066
        },
        {
            "start": 1251694071,
            "stop": 1251694180
        },
        {
            "start": 1251694185,
            "stop": 1251694227
        },
        {
            "start": 1251694232,
            "stop": 1251694265
        }
    ]
}