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=690
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=691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=689",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 690,
    "results": [
        {
            "start": 855459296,
            "stop": 855460376
        },
        {
            "start": 855460786,
            "stop": 855461266
        },
        {
            "start": 855462106,
            "stop": 855462826
        },
        {
            "start": 855463000,
            "stop": 855465460
        },
        {
            "start": 855465619,
            "stop": 855466879
        },
        {
            "start": 855467017,
            "stop": 855467137
        },
        {
            "start": 855467276,
            "stop": 855469796
        },
        {
            "start": 855469954,
            "stop": 855470134
        },
        {
            "start": 855470316,
            "stop": 855470676
        },
        {
            "start": 855470854,
            "stop": 855470914
        },
        {
            "start": 855471067,
            "stop": 855472087
        },
        {
            "start": 855472236,
            "stop": 855474636
        },
        {
            "start": 855474787,
            "stop": 855474907
        },
        {
            "start": 855476196,
            "stop": 855476616
        },
        {
            "start": 855476706,
            "stop": 855476766
        },
        {
            "start": 855476796,
            "stop": 855476856
        },
        {
            "start": 855478987,
            "stop": 855479107
        },
        {
            "start": 855479399,
            "stop": 855480629
        },
        {
            "start": 855480839,
            "stop": 855480899
        },
        {
            "start": 855480929,
            "stop": 855481079
        }
    ]
}