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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5100",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5098",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5099,
    "results": [
        {
            "start": 1135878092,
            "stop": 1135878136
        },
        {
            "start": 1135878138,
            "stop": 1135878188
        },
        {
            "start": 1135878190,
            "stop": 1135878220
        },
        {
            "start": 1135878222,
            "stop": 1135878231
        },
        {
            "start": 1135878233,
            "stop": 1135878489
        },
        {
            "start": 1135878491,
            "stop": 1135878499
        },
        {
            "start": 1135878501,
            "stop": 1135878523
        },
        {
            "start": 1135878525,
            "stop": 1135878566
        },
        {
            "start": 1135878568,
            "stop": 1135878604
        },
        {
            "start": 1135878606,
            "stop": 1135878794
        },
        {
            "start": 1135878796,
            "stop": 1135878806
        },
        {
            "start": 1135878808,
            "stop": 1135878816
        },
        {
            "start": 1135878818,
            "stop": 1135878855
        },
        {
            "start": 1135878857,
            "stop": 1135878878
        },
        {
            "start": 1135878880,
            "stop": 1135878881
        },
        {
            "start": 1135878883,
            "stop": 1135878909
        },
        {
            "start": 1135878911,
            "stop": 1135878924
        },
        {
            "start": 1135878926,
            "stop": 1135878927
        },
        {
            "start": 1135878929,
            "stop": 1135878957
        },
        {
            "start": 1135878959,
            "stop": 1135879004
        }
    ]
}