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=757
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=758",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=756",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 757,
    "results": [
        {
            "start": 1249059854,
            "stop": 1249059881
        },
        {
            "start": 1249059884,
            "stop": 1249059894
        },
        {
            "start": 1249059896,
            "stop": 1249059900
        },
        {
            "start": 1249059904,
            "stop": 1249059942
        },
        {
            "start": 1249059946,
            "stop": 1249059981
        },
        {
            "start": 1249059983,
            "stop": 1249060044
        },
        {
            "start": 1249060047,
            "stop": 1249060051
        },
        {
            "start": 1249060054,
            "stop": 1249060065
        },
        {
            "start": 1249060068,
            "stop": 1249060070
        },
        {
            "start": 1249060073,
            "stop": 1249060078
        },
        {
            "start": 1249060083,
            "stop": 1249060183
        },
        {
            "start": 1249060184,
            "stop": 1249060185
        },
        {
            "start": 1249060186,
            "stop": 1249060196
        },
        {
            "start": 1249060199,
            "stop": 1249060201
        },
        {
            "start": 1249060204,
            "stop": 1249060304
        },
        {
            "start": 1249060308,
            "stop": 1249060310
        },
        {
            "start": 1249060313,
            "stop": 1249060314
        },
        {
            "start": 1249060320,
            "stop": 1249060325
        },
        {
            "start": 1249060327,
            "stop": 1249060330
        },
        {
            "start": 1249060332,
            "stop": 1249060334
        }
    ]
}