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=657
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=658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=656",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 657,
    "results": [
        {
            "start": 852756275,
            "stop": 852757415
        },
        {
            "start": 852757579,
            "stop": 852757639
        },
        {
            "start": 852757793,
            "stop": 852758693
        },
        {
            "start": 852759850,
            "stop": 852761890
        },
        {
            "start": 852762040,
            "stop": 852764050
        },
        {
            "start": 852766159,
            "stop": 852768919
        },
        {
            "start": 852769150,
            "stop": 852779470
        },
        {
            "start": 852779632,
            "stop": 852782752
        },
        {
            "start": 852782906,
            "stop": 852792446
        },
        {
            "start": 852792476,
            "stop": 852792806
        },
        {
            "start": 852792986,
            "stop": 852794426
        },
        {
            "start": 852795963,
            "stop": 852797643
        },
        {
            "start": 852797864,
            "stop": 852798344
        },
        {
            "start": 852798524,
            "stop": 852798884
        },
        {
            "start": 852800048,
            "stop": 852800888
        },
        {
            "start": 852801063,
            "stop": 852802443
        },
        {
            "start": 852802610,
            "stop": 852804710
        },
        {
            "start": 852804890,
            "stop": 852809720
        },
        {
            "start": 852809870,
            "stop": 852811250
        },
        {
            "start": 852811413,
            "stop": 852813423
        }
    ]
}