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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=173",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 174,
    "results": [
        {
            "start": 831290816,
            "stop": 831291085
        },
        {
            "start": 831292589,
            "stop": 831295988
        },
        {
            "start": 831297390,
            "stop": 831297563
        },
        {
            "start": 831297565,
            "stop": 831299193
        },
        {
            "start": 831299197,
            "stop": 831303522
        },
        {
            "start": 831303524,
            "stop": 831304047
        },
        {
            "start": 831304049,
            "stop": 831305416
        },
        {
            "start": 831305418,
            "stop": 831306281
        },
        {
            "start": 831306283,
            "stop": 831306627
        },
        {
            "start": 831308768,
            "stop": 831310005
        },
        {
            "start": 831310008,
            "stop": 831310009
        },
        {
            "start": 831310012,
            "stop": 831310013
        },
        {
            "start": 831321363,
            "stop": 831325745
        },
        {
            "start": 831326353,
            "stop": 831330965
        },
        {
            "start": 831339221,
            "stop": 831348424
        },
        {
            "start": 831351055,
            "stop": 831353455
        },
        {
            "start": 831353457,
            "stop": 831354265
        },
        {
            "start": 831354267,
            "stop": 831356713
        },
        {
            "start": 831356715,
            "stop": 831356773
        },
        {
            "start": 831361000,
            "stop": 831363196
        }
    ]
}