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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=931",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 932,
    "results": [
        {
            "start": 866133157,
            "stop": 866133877
        },
        {
            "start": 866134088,
            "stop": 866134808
        },
        {
            "start": 866138696,
            "stop": 866139236
        },
        {
            "start": 866139390,
            "stop": 866139720
        },
        {
            "start": 866139870,
            "stop": 866144490
        },
        {
            "start": 866145045,
            "stop": 866145405
        },
        {
            "start": 866145545,
            "stop": 866149565
        },
        {
            "start": 866149713,
            "stop": 866150343
        },
        {
            "start": 866150493,
            "stop": 866152653
        },
        {
            "start": 866152803,
            "stop": 866160633
        },
        {
            "start": 866161180,
            "stop": 866162740
        },
        {
            "start": 866162830,
            "stop": 866164120
        },
        {
            "start": 866164240,
            "stop": 866164480
        },
        {
            "start": 866164510,
            "stop": 866164840
        },
        {
            "start": 866165618,
            "stop": 866165828
        },
        {
            "start": 866165858,
            "stop": 866165918
        },
        {
            "start": 866166008,
            "stop": 866166068
        },
        {
            "start": 866166383,
            "stop": 866166443
        },
        {
            "start": 866167428,
            "stop": 866167668
        },
        {
            "start": 866167835,
            "stop": 866167985
        }
    ]
}