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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9888",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9889,
    "results": [
        {
            "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
        },
        {
            "start": 874460030,
            "stop": 874460540
        },
        {
            "start": 874460545,
            "stop": 874460566
        },
        {
            "start": 874460569,
            "stop": 874460640
        },
        {
            "start": 874460644,
            "stop": 874460693
        },
        {
            "start": 874460696,
            "stop": 874460700
        }
    ]
}