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=487
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=488",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=486",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 487,
    "results": [
        {
            "start": 1264406669,
            "stop": 1264406723
        },
        {
            "start": 1264406726,
            "stop": 1264406743
        },
        {
            "start": 1264406745,
            "stop": 1264406751
        },
        {
            "start": 1264406753,
            "stop": 1264406794
        },
        {
            "start": 1264406796,
            "stop": 1264406810
        },
        {
            "start": 1264406813,
            "stop": 1264406818
        },
        {
            "start": 1264406821,
            "stop": 1264406975
        },
        {
            "start": 1264406977,
            "stop": 1264406982
        },
        {
            "start": 1264406984,
            "stop": 1264406997
        },
        {
            "start": 1264407000,
            "stop": 1264407005
        },
        {
            "start": 1264407007,
            "stop": 1264407180
        },
        {
            "start": 1264407182,
            "stop": 1264407245
        },
        {
            "start": 1264407246,
            "stop": 1264407247
        },
        {
            "start": 1264407248,
            "stop": 1264407252
        },
        {
            "start": 1264407253,
            "stop": 1264407254
        },
        {
            "start": 1264407255,
            "stop": 1264407276
        },
        {
            "start": 1264407279,
            "stop": 1264407286
        },
        {
            "start": 1264407287,
            "stop": 1264407292
        },
        {
            "start": 1264407294,
            "stop": 1264407450
        },
        {
            "start": 1264407452,
            "stop": 1264407501
        }
    ]
}