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_H1L1/segments?format=api&page=185
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_H1L1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=184",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 185,
    "results": [
        {
            "start": 826259555,
            "stop": 826259675
        },
        {
            "start": 826259821,
            "stop": 826259881
        },
        {
            "start": 826260276,
            "stop": 826260336
        },
        {
            "start": 826264453,
            "stop": 826264513
        },
        {
            "start": 826266942,
            "stop": 826267002
        },
        {
            "start": 826267613,
            "stop": 826267733
        },
        {
            "start": 826267918,
            "stop": 826268728
        },
        {
            "start": 826269041,
            "stop": 826269101
        },
        {
            "start": 826269283,
            "stop": 826269523
        },
        {
            "start": 826269703,
            "stop": 826269883
        },
        {
            "start": 826270325,
            "stop": 826270535
        },
        {
            "start": 826270685,
            "stop": 826270985
        },
        {
            "start": 826271649,
            "stop": 826271709
        },
        {
            "start": 826271937,
            "stop": 826271997
        },
        {
            "start": 826272167,
            "stop": 826272527
        },
        {
            "start": 826272703,
            "stop": 826272823
        },
        {
            "start": 826273017,
            "stop": 826273917
        },
        {
            "start": 826274076,
            "stop": 826274256
        },
        {
            "start": 826274411,
            "stop": 826274711
        },
        {
            "start": 826274852,
            "stop": 826274912
        }
    ]
}