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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=648",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 649,
    "results": [
        {
            "start": 829316640,
            "stop": 829318680
        },
        {
            "start": 829318740,
            "stop": 829319640
        },
        {
            "start": 829319700,
            "stop": 829319940
        },
        {
            "start": 829320000,
            "stop": 829320090
        },
        {
            "start": 829320150,
            "stop": 829320480
        },
        {
            "start": 829320540,
            "stop": 829320990
        },
        {
            "start": 829321080,
            "stop": 829321779
        },
        {
            "start": 829321782,
            "stop": 829322040
        },
        {
            "start": 829322100,
            "stop": 829324152
        },
        {
            "start": 829324170,
            "stop": 829325266
        },
        {
            "start": 829325282,
            "stop": 829327039
        },
        {
            "start": 829327056,
            "stop": 829328745
        },
        {
            "start": 829328765,
            "stop": 829328803
        },
        {
            "start": 829328820,
            "stop": 829329480
        },
        {
            "start": 829329540,
            "stop": 829330409
        },
        {
            "start": 829330451,
            "stop": 829330900
        },
        {
            "start": 829331200,
            "stop": 829333620
        },
        {
            "start": 829333680,
            "stop": 829333729
        },
        {
            "start": 829334029,
            "stop": 829334820
        },
        {
            "start": 829334880,
            "stop": 829335679
        }
    ]
}