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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1389",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1390,
    "results": [
        {
            "start": 843897376,
            "stop": 843897663
        },
        {
            "start": 843897669,
            "stop": 843897693
        },
        {
            "start": 843897696,
            "stop": 843897818
        },
        {
            "start": 843897821,
            "stop": 843898209
        },
        {
            "start": 843898212,
            "stop": 843898394
        },
        {
            "start": 843898397,
            "stop": 843898780
        },
        {
            "start": 843898783,
            "stop": 843898821
        },
        {
            "start": 843898824,
            "stop": 843898980
        },
        {
            "start": 843898983,
            "stop": 843899488
        },
        {
            "start": 843899491,
            "stop": 843899580
        },
        {
            "start": 843899583,
            "stop": 843899726
        },
        {
            "start": 843899729,
            "stop": 843899926
        },
        {
            "start": 843899929,
            "stop": 843900007
        },
        {
            "start": 843900010,
            "stop": 843900048
        },
        {
            "start": 843900051,
            "stop": 843900387
        },
        {
            "start": 843900390,
            "stop": 843900775
        },
        {
            "start": 843900778,
            "stop": 843900882
        },
        {
            "start": 843900885,
            "stop": 843901039
        },
        {
            "start": 843901042,
            "stop": 843901231
        },
        {
            "start": 843901234,
            "stop": 843901280
        }
    ]
}