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=772
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=773",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=771",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 772,
    "results": [
        {
            "start": 857044314,
            "stop": 857045034
        },
        {
            "start": 857045183,
            "stop": 857045243
        },
        {
            "start": 857045414,
            "stop": 857047694
        },
        {
            "start": 857047872,
            "stop": 857047932
        },
        {
            "start": 857048821,
            "stop": 857049481
        },
        {
            "start": 857049635,
            "stop": 857051255
        },
        {
            "start": 857051410,
            "stop": 857053750
        },
        {
            "start": 857053983,
            "stop": 857055813
        },
        {
            "start": 857055959,
            "stop": 857057279
        },
        {
            "start": 857057435,
            "stop": 857057675
        },
        {
            "start": 857057803,
            "stop": 857058223
        },
        {
            "start": 857058362,
            "stop": 857059862
        },
        {
            "start": 857060024,
            "stop": 857060684
        },
        {
            "start": 857060917,
            "stop": 857061457
        },
        {
            "start": 857061605,
            "stop": 857061845
        },
        {
            "start": 857062129,
            "stop": 857063929
        },
        {
            "start": 857064096,
            "stop": 857064216
        },
        {
            "start": 857064576,
            "stop": 857064696
        },
        {
            "start": 857064851,
            "stop": 857066651
        },
        {
            "start": 857073018,
            "stop": 857073198
        }
    ]
}