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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=32",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 33,
    "results": [
        {
            "start": 817742380,
            "stop": 817742500
        },
        {
            "start": 817742655,
            "stop": 817742955
        },
        {
            "start": 817743259,
            "stop": 817743499
        },
        {
            "start": 817743786,
            "stop": 817743966
        },
        {
            "start": 817744207,
            "stop": 817744387
        },
        {
            "start": 817744856,
            "stop": 817745216
        },
        {
            "start": 817745383,
            "stop": 817745683
        },
        {
            "start": 817757725,
            "stop": 817757785
        },
        {
            "start": 817762208,
            "stop": 817762268
        },
        {
            "start": 817763831,
            "stop": 817763891
        },
        {
            "start": 817765958,
            "stop": 817766138
        },
        {
            "start": 817774460,
            "stop": 817774520
        },
        {
            "start": 817774768,
            "stop": 817774828
        },
        {
            "start": 817775919,
            "stop": 817775979
        },
        {
            "start": 817776781,
            "stop": 817776841
        },
        {
            "start": 817777025,
            "stop": 817777325
        },
        {
            "start": 817777505,
            "stop": 817778105
        },
        {
            "start": 817778352,
            "stop": 817778832
        },
        {
            "start": 817778982,
            "stop": 817779852
        },
        {
            "start": 817780006,
            "stop": 817780126
        }
    ]
}