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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3957",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3958,
    "results": [
        {
            "start": 874456629,
            "stop": 874456636
        },
        {
            "start": 874456640,
            "stop": 874456645
        },
        {
            "start": 874456648,
            "stop": 874456955
        },
        {
            "start": 874456958,
            "stop": 874457171
        },
        {
            "start": 874457176,
            "stop": 874457588
        },
        {
            "start": 874457593,
            "stop": 874458578
        },
        {
            "start": 874458582,
            "stop": 874459033
        },
        {
            "start": 874459039,
            "stop": 874459040
        },
        {
            "start": 874459043,
            "stop": 874459253
        },
        {
            "start": 874459256,
            "stop": 874459268
        },
        {
            "start": 874459271,
            "stop": 874459287
        },
        {
            "start": 874459296,
            "stop": 874459400
        },
        {
            "start": 874459403,
            "stop": 874459404
        },
        {
            "start": 874459411,
            "stop": 874459418
        },
        {
            "start": 874459421,
            "stop": 874459422
        },
        {
            "start": 874459425,
            "stop": 874459637
        },
        {
            "start": 874459640,
            "stop": 874459642
        },
        {
            "start": 874459645,
            "stop": 874459841
        },
        {
            "start": 874459844,
            "stop": 874459848
        },
        {
            "start": 874459857,
            "stop": 874460027
        }
    ]
}