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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=4",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 5,
    "results": [
        {
            "start": 1398666649,
            "stop": 1398700861
        },
        {
            "start": 1398712423,
            "stop": 1398712574
        },
        {
            "start": 1398713505,
            "stop": 1398721792
        },
        {
            "start": 1398727506,
            "stop": 1398732867
        },
        {
            "start": 1398737030,
            "stop": 1398740962
        },
        {
            "start": 1398745406,
            "stop": 1398832932
        },
        {
            "start": 1398833085,
            "stop": 1398834427
        },
        {
            "start": 1398834589,
            "stop": 1398834665
        },
        {
            "start": 1398834751,
            "stop": 1398834859
        },
        {
            "start": 1398834911,
            "stop": 1398835259
        },
        {
            "start": 1398835791,
            "stop": 1398870455
        },
        {
            "start": 1398871428,
            "stop": 1398889990
        },
        {
            "start": 1398892771,
            "stop": 1398897662
        },
        {
            "start": 1398897828,
            "stop": 1398899768
        },
        {
            "start": 1398915048,
            "stop": 1398917821
        },
        {
            "start": 1398923864,
            "stop": 1398947052
        },
        {
            "start": 1398951090,
            "stop": 1398955471
        },
        {
            "start": 1398961184,
            "stop": 1398962847
        },
        {
            "start": 1398969721,
            "stop": 1398975335
        },
        {
            "start": 1398983821,
            "stop": 1398987260
        }
    ]
}